Files
cnix/home/extra/cnst.nix

45 lines
620 B
Nix

{pkgs, ...}: {
imports = [
./zellij
./firefox
./neovim
./lutris
./mako
./mangohud
];
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
];
}