: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;
|
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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue