diff --git a/modules/system/desktop/default.nix b/modules/system/desktop/default.nix index 92113f2..a855061 100644 --- a/modules/system/desktop/default.nix +++ b/modules/system/desktop/default.nix @@ -10,10 +10,11 @@ }: let modules = with self.nixosModules; [ core - hyprland - sddm + hyprland + sddm + networking ]; in { - imports = modules; + imports = modules; }; }