rename rose-pine-cursor.nix
This commit is contained in:
parent
f57051cca7
commit
9e9fc56b23
2 changed files with 7 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
|||
./git.nix
|
||||
./tmux.nix
|
||||
./user.nix
|
||||
./rose-pine-cursor.nix
|
||||
./theme.nix
|
||||
./projects.nix
|
||||
./easyeffects.nix
|
||||
./lazygit.nix
|
||||
|
|
|
@ -7,7 +7,12 @@ in
|
|||
options.snowhawk.theme = {
|
||||
enable = lib.mkEnableOption "theme";
|
||||
|
||||
cursor = lib.mkEnableOption "home.pointerCursor theme";
|
||||
cursor = lib.mkOption {
|
||||
default = true;
|
||||
example = false;
|
||||
description = "enable home.pointerCursor theme";
|
||||
type = lib.types.bool;
|
||||
};
|
||||
};
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
Loading…
Reference in a new issue