per host nix modules by user
This commit is contained in:
parent
a2f8cbc5af
commit
031b8da8f5
26 changed files with 23 additions and 4 deletions
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