per host nix modules by user
This commit is contained in:
parent
a2f8cbc5af
commit
031b8da8f5
26 changed files with 23 additions and 4 deletions
8
users/josh/by_hosts/joe/home_manager/spotifyd.nix
Normal file
8
users/josh/by_hosts/joe/home_manager/spotifyd.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
# home.packages = [ pkgs.spotifyd ];
|
||||
# TODO revisit this isn't working for me yet...
|
||||
services.spotifyd.enable =true;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue