From f9f23049390967bb90f1806659eca281187ac2d9 Mon Sep 17 00:00:00 2001 From: Adrian Gunnar Lauterer Date: Tue, 20 May 2025 12:42:54 +0200 Subject: [PATCH] add spotifyd on georg Signed-off-by: Adrian Gunnar Lauterer --- hosts/georg/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/georg/configuration.nix b/hosts/georg/configuration.nix index 92f01bc..ee22a4f 100644 --- a/hosts/georg/configuration.nix +++ b/hosts/georg/configuration.nix @@ -8,7 +8,7 @@ (fp /modules/grzegorz.nix) ]; - + services.spotifyd.enable = true; boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true;