First commit
This commit is contained in:
25
modules/home/packages.nix
Normal file
25
modules/home/packages.nix
Normal 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
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user