mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2025-12-11 18:34:26 -05:00
More sigh.
This commit is contained in:
parent
343c645008
commit
ebf4cea2ce
1 changed files with 2 additions and 4 deletions
|
|
@ -116,10 +116,8 @@
|
||||||
what = "huh"
|
what = "huh"
|
||||||
'';
|
'';
|
||||||
systemd.user.services.spotifyd = {
|
systemd.user.services.spotifyd = {
|
||||||
Unit = {
|
description = "spotify daemon";
|
||||||
Description = "spotify daemon";
|
documentation = "https://github.com/Spotifyd/spotifyd";
|
||||||
Documentation = "https://github.com/Spotifyd/spotifyd";
|
|
||||||
};
|
|
||||||
|
|
||||||
wantedBy = [ "default.target" ];
|
wantedBy = [ "default.target" ];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue