rename rose-pine-cursor.nix
parent
f57051cca7
commit
9e9fc56b23
|
@ -9,7 +9,7 @@
|
||||||
./git.nix
|
./git.nix
|
||||||
./tmux.nix
|
./tmux.nix
|
||||||
./user.nix
|
./user.nix
|
||||||
./rose-pine-cursor.nix
|
./theme.nix
|
||||||
./projects.nix
|
./projects.nix
|
||||||
./easyeffects.nix
|
./easyeffects.nix
|
||||||
./lazygit.nix
|
./lazygit.nix
|
||||||
|
|
|
@ -7,7 +7,12 @@ in
|
||||||
options.snowhawk.theme = {
|
options.snowhawk.theme = {
|
||||||
enable = lib.mkEnableOption "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 {
|
config = lib.mkIf cfg.enable {
|
Loading…
Reference in New Issue