Refactor home modules into config + options
This commit is contained in:
8
home/modules/ranger/options.nix
Normal file
8
home/modules/ranger/options.nix
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
lib
|
||||
}:
|
||||
with lib;
|
||||
{
|
||||
enable = mkEnableOpt "Ranger";
|
||||
preview = mkBoolOpt false "Enable Ranger image preview";
|
||||
}
|
Reference in New Issue
Block a user