init
This commit is contained in:
commit
2be8de47fa
87 changed files with 11501 additions and 0 deletions
14
modules/system/common.nix
Normal file
14
modules/system/common.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
lib,
|
||||
config,
|
||||
...
|
||||
}:
|
||||
{
|
||||
options.myModules.system = {
|
||||
repoPath = lib.mkOption {
|
||||
type = lib.types.str;
|
||||
default = "/home/ashie/nixos";
|
||||
description = "Path to the main NixOS configuration repository";
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue