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;
|
enable = true;
|
||||||
settings = import ./dotfiles/alacritty/alacritty.nix;
|
settings = import ./dotfiles/alacritty/alacritty.nix;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
services = {
|
||||||
spotifyd = {
|
spotifyd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = import ./dotfiles/spotifyd/spotifyd.nix;
|
settings = import ./dotfiles/spotifyd/spotifyd.nix;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue