mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2025-12-13 07:20:05 -05:00
Adding spotifyd To Home Manager
This commit is contained in:
parent
e3f2486fc9
commit
ee9fe1d6ce
1 changed files with 9 additions and 0 deletions
|
|
@ -80,6 +80,15 @@
|
||||||
bbenoist.nix
|
bbenoist.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
services.spotifyd = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
global = {
|
||||||
|
username = "me@annikamerris.com";
|
||||||
|
password = "R%3@TNGQYckkGopY";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
# Let Home Manager install and manage itself.
|
# Let Home Manager install and manage itself.
|
||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue