Files
nixos-config/modules/home/packages.nix

29 lines
310 B
Nix

{
pkgs,
...
}:
{
home.packages = with pkgs; [
zoom-us
devenv
discord
sqlitebrowser
drawio
# Libre Office
libreoffice-qt
hunspell
hunspellDicts.en_US
# CD Stuff
picard
heybrochecklog
rsgain
rofi
playerctl
pamixer
brightnessctl
];
}