add: more system modules
This commit is contained in:
parent
47eb3e0691
commit
793cc3131c
17 changed files with 291 additions and 56 deletions
14
system/modules/user/default.nix
Normal file
14
system/modules/user/default.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{ lib, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./shell
|
||||
./ooks.nix
|
||||
];
|
||||
|
||||
options.systemModules.user = {
|
||||
ooks = {
|
||||
enable = lib.mkEnableOption "Enable the user ooks";
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue