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