refactor: move some packages to hyprland module
This commit is contained in:
parent
b29f4e9862
commit
9528403ad0
4 changed files with 9 additions and 12 deletions
|
@ -33,7 +33,6 @@ in {
|
|||
ydotool
|
||||
sassc
|
||||
coloryou
|
||||
libnotify
|
||||
playerctl
|
||||
|
||||
## gui
|
||||
|
|
|
@ -22,7 +22,6 @@ in {
|
|||
pyclip
|
||||
])
|
||||
++ (with pkgs.plasma5Packages; [
|
||||
polkit-kde-agent
|
||||
ark
|
||||
kcharselect
|
||||
kdenlive
|
||||
|
@ -40,7 +39,6 @@ in {
|
|||
])
|
||||
++ (with pkgs.gnome; [
|
||||
gnome-calculator
|
||||
seahorse
|
||||
])
|
||||
++ (with pkgs; [
|
||||
# School
|
||||
|
|
|
@ -49,9 +49,7 @@ in {
|
|||
plasma5Packages.plasma-workspace
|
||||
|
||||
qemu
|
||||
wl-clipboard
|
||||
alsa-utils
|
||||
evtest
|
||||
plasma5Packages.kio-admin
|
||||
plasma5Packages.ksshaskpass
|
||||
];
|
||||
|
|
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue