From ebf4cea2ce3868a9064ec828da5d7b841c897aa3 Mon Sep 17 00:00:00 2001 From: Annika Merris Date: Sun, 12 May 2024 14:35:32 -0400 Subject: [PATCH] More sigh. --- hosts/kim/configuration.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/hosts/kim/configuration.nix b/hosts/kim/configuration.nix index 53f3964..acef4f8 100644 --- a/hosts/kim/configuration.nix +++ b/hosts/kim/configuration.nix @@ -116,10 +116,8 @@ what = "huh" ''; systemd.user.services.spotifyd = { - Unit = { - Description = "spotify daemon"; - Documentation = "https://github.com/Spotifyd/spotifyd"; - }; + description = "spotify daemon"; + documentation = "https://github.com/Spotifyd/spotifyd"; wantedBy = [ "default.target" ];