fa-t14-2025: update to nixos 26.05
Includes corresponding updates to home/hypr and home/waybar
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
{ config, pkgs, lib, ... }:
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
{
|
||||
hardware.graphics.enable = true;
|
||||
services.xserver = {
|
||||
@@ -12,7 +17,9 @@
|
||||
services.gnome.gnome-keyring.enable = true;
|
||||
|
||||
programs.hyprland = {
|
||||
# See configuration (through home-manager) in home/hypr
|
||||
enable = true;
|
||||
withUWSM = true;
|
||||
xwayland.enable = true;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user