added network to desktop

This commit is contained in:
2026-07-06 17:34:56 +01:00
parent 17c9f87218
commit b3574e2248

View File

@@ -10,10 +10,11 @@
}: let }: let
modules = with self.nixosModules; [ modules = with self.nixosModules; [
core core
hyprland hyprland
sddm sddm
network
]; ];
in { in {
imports = modules; imports = modules;
}; };
} }