rename rose-pine-cursor.nix

main
Zynh Ludwig 2024-07-01 12:46:04 -07:00
parent f57051cca7
commit 9e9fc56b23
2 changed files with 7 additions and 2 deletions

View File

@ -9,7 +9,7 @@
./git.nix
./tmux.nix
./user.nix
./rose-pine-cursor.nix
./theme.nix
./projects.nix
./easyeffects.nix
./lazygit.nix

View File

@ -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 {