Merge remote-tracking branch 'origin/nixos' into nixos-work
This commit is contained in:
commit
29731c75c0
35 changed files with 1531 additions and 408 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue