hyprland: enable NetworkManager

This commit is contained in:
Jordan Holt 2025-03-16 17:24:07 +00:00
parent f4fa942b50
commit bc69781b25
Signed by: jordan
GPG Key ID: B8CFFF61F1CCF520

View File

@ -17,6 +17,8 @@ in
config = mkIf cfg.enable { config = mkIf cfg.enable {
services.displayManager.ly.enable = true; services.displayManager.ly.enable = true;
networking.networkmanager.enable = true;
programs.hyprland = { programs.hyprland = {
enable = true; enable = true;
# withUWSM = true; # withUWSM = true;