From 78b6eaf05cbe4d3ffe265366252fa038297ba048 Mon Sep 17 00:00:00 2001 From: William Date: Wed, 5 Feb 2025 10:11:29 -0300 Subject: [PATCH] added packages to hyprland --- users/desktops/common/hyprland.nix | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/users/desktops/common/hyprland.nix b/users/desktops/common/hyprland.nix index deecc3e..e4c19cf 100644 --- a/users/desktops/common/hyprland.nix +++ b/users/desktops/common/hyprland.nix @@ -13,9 +13,9 @@ ################# ### AUTOSTART ### ################# - exec-once = ${pkgs.ulauncher}/bin/ulauncher --hide-window - exec-once = ${pkgs.swaynotificationcenter}/bin/swaync - exec-once = ${pkgs.ironbar}/bin/ironbar + exec-once = ulauncher --hide-window + # exec-once = ${pkgs.swaynotificationcenter}/bin/swaync + # exec-once = ${pkgs.ironbar}/bin/ironbar env = XCURSOR_SIZE,24 env = HYPRCURSOR_SIZE,24 @@ -105,7 +105,7 @@ ################### $mainMod = SUPER $terminal = ghostty - $menu = ${pkgs.ulauncher}/bin/ulauncher-toggle + $menu = ulauncher-toggle # APP SHORTCUTS bind = ALT, SPACE, exec, $menu bind = $mainMod, RETURN, exec, $terminal @@ -164,4 +164,11 @@ windowrulev2 = plugin:scroller:columnwidth onehalf, class:(firefox) ''; }; + + home.packages = with pkgs; [ + hyprnome + playerctl + brightnessctl + ulauncher + ]; }