🧹 cleanup
This commit is contained in:
parent
792d1bbe87
commit
0c91afbf85
1 changed files with 4 additions and 4 deletions
|
|
@ -16,15 +16,15 @@ with lib; {
|
||||||
programs = {
|
programs = {
|
||||||
gnome.enable = true;
|
gnome.enable = true;
|
||||||
code.enable = true;
|
code.enable = true;
|
||||||
emacs.enable = true;
|
|
||||||
firefox.enable = true;
|
firefox.enable = true;
|
||||||
kitty.enable = true;
|
|
||||||
rofi.enable = true;
|
|
||||||
spotify.enable = true;
|
spotify.enable = true;
|
||||||
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" ];
|
python = {
|
||||||
|
enable = true;
|
||||||
|
versions = [ "python310" "python38" ];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue