some resturcturing of hm 5

This commit is contained in:
cnst
2024-07-07 10:38:32 +02:00
parent b62539a799
commit e5bfad3f27

View File

@@ -1,51 +0,0 @@
{
lib,
config,
pkgs,
...
}: {
imports = [
./rofi
./waybar
./anyrun
./mako
./gtk
./xdg
];
home.packages = with pkgs; [
# APPLICATIONS
ranger
xfce.thunar
# UTILITY
xfce.thunar-volman
xfce.thunar-archive-plugin
gnome.file-roller
grimblast
slurp
hyprpicker
pamixer
pavucontrol
fastfetch
nwg-look
thefuck
wl-clipboard
swaybg
gnome.gnome-calculator
gnome.adwaita-icon-theme
oculante
qt5.qtwayland
qt6.qtwayland
# NETWORK
wireguard-tools
networkmanagerapplet
wpa_supplicant
# SYSTEM
btop
htop
];
}