From 0c91afbf855878f289640d8875f3ccaf9095043b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20B=C3=B6hme?= Date: Thu, 1 Sep 2022 11:13:54 +0200 Subject: [PATCH] :broom: cleanup --- modules/profiles/work.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/profiles/work.nix b/modules/profiles/work.nix index cb2accc..ca635b5 100644 --- a/modules/profiles/work.nix +++ b/modules/profiles/work.nix @@ -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 = {