🚀 various changes

This commit is contained in:
Moritz Böhme 2022-10-16 14:18:00 +02:00
parent 7db3dd86f7
commit c78846dc7e
4 changed files with 48 additions and 60 deletions

View file

@ -14,17 +14,18 @@ with lib; {
};
programs = {
gnome.enable = true;
code.enable = true;
firefox.enable = true;
spotify.enable = true;
thunar.enable = true;
zathura.enable = true;
git.identity.email = "moritz.boehme@l.de";
gnome.enable = true;
python = {
enable = true;
versions = [ "python310" "python38" ];
packages = [ ];
};
spotify.enable = true;
thunar.enable = true;
zathura.enable = true;
};
services = {
@ -35,6 +36,7 @@ with lib; {
};
environment.systemPackages = with pkgs; [
chromium
fprintd
gnumake
jetbrains.pycharm-professional
@ -42,6 +44,7 @@ with lib; {
libreoffice
logseq
pavucontrol
poetry
slack
vlc
];