:feat: add needed python versions

This commit is contained in:
Moritz Böhme 2022-08-31 12:31:38 +02:00
parent d1df706826
commit 7553f537bc

View file

@ -24,6 +24,7 @@ with lib; {
thunar.enable = true;
zathura.enable = true;
git.identity.email = "moritz.boehme@l.de";
python.versions = [ "python310" "python38" ];
};
services = {
@ -34,16 +35,15 @@ with lib; {
};
environment.systemPackages = with pkgs; [
fprintd
gnumake
jetbrains.pycharm-professional
keepassxc
libreoffice
logseq
pavucontrol
python310-dev
python38-dev
slack
vlc
fprintd
];
networking.networkmanager.enableStrongSwan = true;