This commit is contained in:
cnst
2024-07-06 08:40:55 +02:00
parent 63151481c0
commit cb2fe2dc09
3 changed files with 20 additions and 70 deletions

View File

@@ -1,50 +0,0 @@
{
pkgs,
inputs,
...
}: {
imports = [
./kitty
./foot
./firefox
./neovim
./mako
];
config = {
home-manager.users.cnst = {pkgs, ...}: {
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
btop
htop
];
};
};
}