initial commit
This commit is contained in:
15
home/exampleSecondUser/Hostname1.nix
Normal file
15
home/exampleSecondUser/Hostname1.nix
Normal file
@@ -0,0 +1,15 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
#################### Required Configs ####################
|
||||
common/core # required
|
||||
|
||||
#################### Host-specific Optional Configs ####################
|
||||
];
|
||||
|
||||
home.packages = builtins.attrValues {
|
||||
inherit (pkgs)
|
||||
vlc
|
||||
;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user