This commit is contained in:
cnst
2024-07-06 08:14:43 +02:00
parent 4970b74255
commit 63151481c0
4 changed files with 12 additions and 11 deletions

46
home/extra/cnst.nix Normal file
View File

@@ -0,0 +1,46 @@
{
pkgs,
inputs,
...
}: {
imports = [
./kitty
./foot
./firefox
./neovim
./mako
];
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
];
}