🧹 cleanup

This commit is contained in:
Moritz Böhme 2022-09-01 11:13:54 +02:00
parent 792d1bbe87
commit 0c91afbf85

View file

@ -16,15 +16,15 @@ with lib; {
programs = {
gnome.enable = true;
code.enable = true;
emacs.enable = true;
firefox.enable = true;
kitty.enable = true;
rofi.enable = true;
spotify.enable = true;
thunar.enable = true;
zathura.enable = true;
git.identity.email = "moritz.boehme@l.de";
python.versions = [ "python310" "python38" ];
python = {
enable = true;
versions = [ "python310" "python38" ];
};
};
services = {