Files
cnix/home/extra/cnst.nix
2024-06-30 13:58:18 +02:00

49 lines
668 B
Nix

{
pkgs,
inputs,
...
}: {
imports = [
./zellij
./firefox
./neovim
./lutris
./mako
];
home.packages = with pkgs; [
# APPLICATIONS
alacritty
keepassxc
qbittorrent
ranger
webcord
calcurse
xfce.thunar
# UTILITY
wl-clipboard
inputs.zjstatus.packages.${system}.default
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
];
}