diff --git a/modules/nixos/system/desktop/hyprland.nix b/modules/nixos/system/desktop/hyprland.nix index 6988979..ec3e354 100644 --- a/modules/nixos/system/desktop/hyprland.nix +++ b/modules/nixos/system/desktop/hyprland.nix @@ -17,6 +17,8 @@ in config = mkIf cfg.enable { services.displayManager.ly.enable = true; + networking.networkmanager.enable = true; + programs.hyprland = { enable = true; # withUWSM = true;