First commit

This commit is contained in:
2025-09-13 02:38:36 -04:00
commit fec0c2a09f
32 changed files with 1321 additions and 0 deletions

25
modules/home/packages.nix Normal file
View File

@@ -0,0 +1,25 @@
{
pkgs,
...
}:
{
home.packages = with pkgs; [
zoom-us
devenv
discord
sqlitebrowser
drawio
# Libre Office
libreoffice-qt
hunspell
hunspellDicts.en_US
# KDE
kdePackages.kate
# CD Stuff
picard
heybrochecklog
];
}