refactor: move some packages to hyprland module

This commit is contained in:
matt1432 2023-11-25 13:45:54 -05:00
parent b29f4e9862
commit 9528403ad0
4 changed files with 9 additions and 12 deletions
home/hyprland

View file

@ -187,21 +187,18 @@ in {
home.packages = with pkgs; [
# tools
gtklock
wl-color-picker
grim
slurp
swappy
swayidle
bluez-tools
brightnessctl
pulseaudio
libinput
xclip
wl-clipboard
cliphist
gnome.seahorse
gtklock
swww
swayidle
## libs
qt5.qtwayland
@ -211,5 +208,10 @@ in {
evtest
glib
xorg.xrandr
libinput
xclip
wl-clipboard
cliphist
libnotify
];
}