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" ];