added packages to hyprland

This commit is contained in:
William 2025-02-05 10:11:29 -03:00
parent 01589b30ad
commit 78b6eaf05c

View file

@ -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
];
}