fix: declare niri config

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