per host nix modules by user
This commit is contained in:
parent
8975b5cc3c
commit
5291ac3b47
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;
|
||||
}
|
||||
|
||||
|
4
users/josh/by_hosts/joe/home_manager/vlc.nix
Normal file
4
users/josh/by_hosts/joe/home_manager/vlc.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = [ pkgs.vlc ];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue