moved spotifyd to services
This commit is contained in:
parent
350526dd47
commit
0972c6bb1b
1 changed files with 2 additions and 0 deletions
|
@ -35,7 +35,9 @@
|
|||
enable = true;
|
||||
settings = import ./dotfiles/alacritty/alacritty.nix;
|
||||
};
|
||||
};
|
||||
|
||||
services = {
|
||||
spotifyd = {
|
||||
enable = true;
|
||||
settings = import ./dotfiles/spotifyd/spotifyd.nix;
|
||||
|
|
Loading…
Add table
Reference in a new issue