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
|
ydotool
|
||||||
sassc
|
sassc
|
||||||
coloryou
|
coloryou
|
||||||
libnotify
|
|
||||||
playerctl
|
playerctl
|
||||||
|
|
||||||
## gui
|
## gui
|
||||||
|
|
|
@ -22,7 +22,6 @@ in {
|
||||||
pyclip
|
pyclip
|
||||||
])
|
])
|
||||||
++ (with pkgs.plasma5Packages; [
|
++ (with pkgs.plasma5Packages; [
|
||||||
polkit-kde-agent
|
|
||||||
ark
|
ark
|
||||||
kcharselect
|
kcharselect
|
||||||
kdenlive
|
kdenlive
|
||||||
|
@ -40,7 +39,6 @@ in {
|
||||||
])
|
])
|
||||||
++ (with pkgs.gnome; [
|
++ (with pkgs.gnome; [
|
||||||
gnome-calculator
|
gnome-calculator
|
||||||
seahorse
|
|
||||||
])
|
])
|
||||||
++ (with pkgs; [
|
++ (with pkgs; [
|
||||||
# School
|
# School
|
||||||
|
|
|
@ -49,9 +49,7 @@ in {
|
||||||
plasma5Packages.plasma-workspace
|
plasma5Packages.plasma-workspace
|
||||||
|
|
||||||
qemu
|
qemu
|
||||||
wl-clipboard
|
|
||||||
alsa-utils
|
alsa-utils
|
||||||
evtest
|
|
||||||
plasma5Packages.kio-admin
|
plasma5Packages.kio-admin
|
||||||
plasma5Packages.ksshaskpass
|
plasma5Packages.ksshaskpass
|
||||||
];
|
];
|
||||||
|
|
|
@ -187,21 +187,18 @@ in {
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
# tools
|
# tools
|
||||||
gtklock
|
|
||||||
wl-color-picker
|
wl-color-picker
|
||||||
grim
|
grim
|
||||||
slurp
|
slurp
|
||||||
swappy
|
swappy
|
||||||
|
swayidle
|
||||||
bluez-tools
|
bluez-tools
|
||||||
brightnessctl
|
brightnessctl
|
||||||
pulseaudio
|
pulseaudio
|
||||||
libinput
|
gnome.seahorse
|
||||||
xclip
|
|
||||||
wl-clipboard
|
gtklock
|
||||||
cliphist
|
|
||||||
swww
|
swww
|
||||||
swayidle
|
|
||||||
|
|
||||||
## libs
|
## libs
|
||||||
qt5.qtwayland
|
qt5.qtwayland
|
||||||
|
@ -211,5 +208,10 @@ in {
|
||||||
evtest
|
evtest
|
||||||
glib
|
glib
|
||||||
xorg.xrandr
|
xorg.xrandr
|
||||||
|
libinput
|
||||||
|
xclip
|
||||||
|
wl-clipboard
|
||||||
|
cliphist
|
||||||
|
libnotify
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue