t14_legacy_config/home/path.nix
2022-11-05 11:22:52 -06:00

62 lines
861 B
Nix

{ config, lib, pkgs, ... } :
with lib;
{
home.packages = with pkgs;
[
file
gcc
helix
killall
man-pages
man-pages-posix
tree
units
unzip
zip
] ++ optionals ( !config.home.isolation.active ) [
arandr
arduino
betterdiscordctl
blas
calc
cargo-edit
chromium
deluge
discord
firefox
gruvbox-dark-icons-gtk
htop
jetbrains.pycharm-professional
jellyfin-media-player
jq
libreoffice-fresh
libsForQt5.breeze-gtk
maim
mpv
obs-studio
okular
pandoc
pavucontrol
pdfarranger
polymc
protonup
rar
runelite
rust-analyzer
rustup
signal-desktop
spotify
tdesktop
teams
thunderbird
tor
tor-browser-bundle-bin
usbutils
virt-manager
vlc
xclip
xournalpp
zoom-us
];
}