some resturcturing of hm 4

This commit is contained in:
cnst
2024-07-07 10:17:58 +02:00
parent c13b159ea0
commit 978520ac87
5 changed files with 0 additions and 89 deletions

View File

@@ -1,41 +0,0 @@
{pkgs, ...}: {
imports = [
./zellij
./firefox
./neovim
];
home.packages = with pkgs; [
# APPLICATIONS
alacritty
keepassxc
qbittorrent
ranger
webcord
calcurse
xfce.thunar
# UTILITY
wl-clipboard
xfce.thunar-volman
xfce.thunar-archive-plugin
gnome.file-roller
pamixer
pavucontrol
virt-manager
fastfetch
waybar
nwg-look
thefuck
gnome.adwaita-icon-theme
# NETWORK
wireguard-tools
networkmanagerapplet
wpa_supplicant
# SYSTEM
ntfs3g
btop
htop
];
}

View File

@@ -1,22 +0,0 @@
{
pkgs,
inputs,
...
}: {
imports = [
./kitty
./foot
./firefox
./neovim
./mako
];
home.packages = with pkgs; [
# APPLICATIONS
alacritty
keepassxc
qbittorrent
webcord
calcurse
virt-manager
];
}