New applications

This commit is contained in:
Zuckerberg 2022-03-27 19:19:13 -04:00
parent 7d01f0ab41
commit 7445624273
2 changed files with 8 additions and 1 deletions

View File

@ -46,6 +46,10 @@ in {
gparted
lm_sensors
libreoffice-fresh
thunderbird
spotify-qt
arduino
yt-dlp
];
# Networking

View File

@ -14,7 +14,10 @@ in {
# kde apps
nixpkgs.config.firefox.enablePlasmaBrowserIntegration = true;
users.users.googlebot.packages = with pkgs; [
akonadi kmail plasma5Packages.kmail-account-wizard
# akonadi
# kmail
# plasma5Packages.kmail-account-wizard
kate
];
};
}