Merge remote-tracking branch 'origin/nixos' into nixos-work

This commit is contained in:
Moritz Böhme 2023-02-26 12:24:43 +01:00
commit 29731c75c0
35 changed files with 1531 additions and 408 deletions

View file

@ -18,15 +18,15 @@ with lib; {
firefox.enable = true;
git.identity.email = "moritz.boehme@l.de";
gnome.enable = true;
python = {
enable = true;
versions = [ "python310" "python38" ];
packages = [ ];
python.versions = {
"38".enable = true;
"310".enable = true;
"311".enable = true;
};
spotify.enable = true;
thunar.enable = true;
vim.enable = true;
zathura.enable = true;
emacs.enable = true;
};
services = {