diff --git a/modules/profiles/work.nix b/modules/profiles/work.nix index a45d067..ae07ce5 100644 --- a/modules/profiles/work.nix +++ b/modules/profiles/work.nix @@ -15,7 +15,7 @@ in config = mkIf cfg.enable { my = { programs = { - spotify-player.enable = false; + spotify-player.enable = true; ssh.enable = mkForce false; git.identity.email = mkDefault "moritz.boehme@l.de"; miracast.enable = mkDefault true;