fix: replace 'gnome' desktop with 'niri'

This commit is contained in:
2026-03-11 21:25:22 +01:00
parent 82a4f44a19
commit 3c294d2194
5 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ in
inherit lib;
inherit config;
})
../../modules/gnome.nix
../../modules/desktops/niri.nix
../../modules/bluetooth.nix
../../modules/keyboard
(import ../../modules/networking.nix { hostName = "andromache"; })
+1 -1
View File
@@ -24,7 +24,7 @@ in
inherit config;
device = "/dev/nvme0n1";
})
../../modules/gnome.nix
../../modules/desktops/niri.nix
../../modules/bluetooth.nix
../../modules/keyboard
(import ../../modules/networking.nix { hostName = hostName; })