From bc69781b2565aa2816efe4c6a8d941eb5944ad21 Mon Sep 17 00:00:00 2001 From: Jordan Holt Date: Sun, 16 Mar 2025 17:24:07 +0000 Subject: [PATCH] hyprland: enable NetworkManager --- modules/nixos/system/desktop/hyprland.nix | 2 ++ 1 file changed, 2 insertions(+) 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;