Move some home config to initial basic modules
This commit is contained in:
9
home/modules/helix/options.nix
Normal file
9
home/modules/helix/options.nix
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
lib,
|
||||
mylib,
|
||||
...
|
||||
}:
|
||||
with lib;
|
||||
with mylib.modules; {
|
||||
enable = mkEnableOpt "Helix Editor";
|
||||
}
|
Reference in New Issue
Block a user