Compare commits

...

1 Commits

Author SHA1 Message Date
b3574e2248 added network to desktop 2026-07-06 17:34:56 +01:00

View File

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