initial commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{ lib, ... }:
|
||||
{
|
||||
imports = [
|
||||
./kitty/kitty.nix
|
||||
];
|
||||
|
||||
options.mods = {
|
||||
flakePath = lib.mkOption {
|
||||
type = lib.types.str;
|
||||
default = lib.mkError "Option 'mods.flakePath' must be explicitly set.";
|
||||
description = "The absolute path of this flake. Must be explicitly set.";
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user