Initial commit
This commit is contained in:
10
modules/profiles/user.nix
Normal file
10
modules/profiles/user.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
flake.nixosModules.base = {lib, ...}: {
|
||||
options.preferences = {
|
||||
user.name = lib.mkOption {
|
||||
type = lib.types.str;
|
||||
default = "adam";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user