template: add template user & template config
This commit is contained in:
parent
1b5a1d0f7f
commit
8e211d3587
7 changed files with 94 additions and 1 deletions
5
users/template/packages/default.nix
Normal file
5
users/template/packages/default.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{ lib }:
|
||||
{
|
||||
allowUnfree = false;
|
||||
allowBroken = false;
|
||||
}
|
||||
Reference in a new issue