From 66693696d91ab328a56a6d35b73e6feb85f5e9df Mon Sep 17 00:00:00 2001 From: Jordan Holt Date: Mon, 3 Mar 2025 23:50:40 +0000 Subject: [PATCH] hyprland: add bar, bg, launcher --- modules/nixos/system/desktop/hyprland.nix | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/modules/nixos/system/desktop/hyprland.nix b/modules/nixos/system/desktop/hyprland.nix index 8210d60..9b2cec3 100644 --- a/modules/nixos/system/desktop/hyprland.nix +++ b/modules/nixos/system/desktop/hyprland.nix @@ -17,12 +17,21 @@ in }; config = lib.mkIf cfg.enable { - programs.hyprland.enable = true; + programs.hyprland = { + enable = true; + # withUWSM = true; + }; + + # programs.uwsm.enable = true; networking.networkmanager.enable = true; - user.packages = with pkgs; [ + user.packages = with pkgs.unstable; [ + anyrun + hyprpaper mpv + walker + waybar ]; environment.systemPackages = with pkgs; [