Files
cnix/home/extra/cnst.nix
2024-07-03 20:32:23 +02:00

46 lines
596 B
Nix

{
pkgs,
inputs,
...
}: {
imports = [
./kitty
./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
];
}