From 7835fa3af083c6afc033f954c07ff142b1ba7ce4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20B=C3=B6hme?= Date: Tue, 10 Dec 2024 09:22:04 +0100 Subject: [PATCH] feat: enable spotify --- modules/profiles/work.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;