This commit is contained in:
Tibo De Peuter 2023-03-12 19:46:21 +01:00
parent b8bfe2f83e
commit 7cefa8efec
4 changed files with 27 additions and 14 deletions

View file

@ -26,15 +26,29 @@
duf
git-crypt
gnupg
libreoffice-fresh-unwrapped
nextcloud-client
pinentry_qt
vifm
zathura
zellij
zenith
# Webdevelopment
jetbrains.webstorm
nodejs
nodePackages_latest.npm
# Multimedia
jetbrains.pycharm-professional
python39
python39Packages.pip
gcc
cmake
];
};
programs = {
# Let Home Manager install and manage itself.
home-manager.enable = true;
@ -58,10 +72,6 @@
pinentryFlavor = "qt";
};
nextcloud-client = {
enable = true;
startInBackground = true;
};
};
}