:feat: add needed python versions
This commit is contained in:
parent
d1df706826
commit
7553f537bc
1 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue