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
modules = with self.nixosModules; [
core
hyprland
sddm
hyprland
sddm
network
];
in {
imports = modules;
imports = modules;
};
}