t14_legacy_config/home/path.nix

63 lines
875 B
Nix
Raw Normal View History

2022-08-26 06:50:38 +02:00
{ 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
2022-09-05 19:16:37 +02:00
libreoffice-fresh
2022-09-08 06:57:30 +02:00
libsForQt5.breeze-gtk
2022-08-26 06:50:38 +02:00
maim
mpv
obs-studio
okular
pandoc
pavucontrol
pdfarranger
polymc
protonup
2022-10-29 02:52:38 +02:00
qtcreator
2022-08-26 06:50:38 +02:00
rar
runelite
rust-analyzer
rustup
signal-desktop
spotify
tdesktop
teams
thunderbird
tor
tor-browser-bundle-bin
usbutils
virt-manager
vlc
xclip
xournalpp
zoom-us
];
}