added network to desktop

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

View File

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