refactor: move packages into modules

This commit is contained in:
Youwen Wu 2024-08-22 01:54:15 -07:00
parent 23f6326c2b
commit 49c72907d9
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3
2 changed files with 18 additions and 16 deletions

View file

@ -4,6 +4,24 @@
system,
...
}: {
home.packages = with pkgs; [
wl-clipboard
grim
slurp
swappy
pavucontrol
waypaper
swaybg
pamixer
brightnessctl
bibata-cursors
libsForQt5.qtstyleplugin-kvantum
libsForQt5.qt5ct
papirus-icon-theme
libsForQt5.qt5ct
];
wayland.windowManager.hyprland = {
enable = true;
package = inputs.stablepkgs.legacyPackages.${system}.hyprland;

View file

@ -22,15 +22,6 @@ with pkgs; [
usbutils # lsusb
# desktop utils
wl-clipboard
grim
slurp
swappy
pavucontrol
waypaper
swaybg
pamixer
brightnessctl
bitwarden-cli
# desktop apps
@ -40,11 +31,4 @@ with pkgs; [
signal-desktop
gcc
# desktop ricing
bibata-cursors
libsForQt5.qtstyleplugin-kvantum
libsForQt5.qt5ct
papirus-icon-theme
libsForQt5.qt5ct
]