Use adwaita cursor in gnome (https://github.com/nix-community/stylix/issues/359)
This commit is contained in:
parent
78c6614883
commit
d636dced9e
2 changed files with 15 additions and 6 deletions
|
@ -9,7 +9,7 @@
|
|||
options = {
|
||||
hm-pedro.de = lib.mkOption {
|
||||
default = "none";
|
||||
type = lib.types.enum ["none" "hyprland"];
|
||||
type = lib.types.enum ["none" "hyprland" "gnome"];
|
||||
};
|
||||
};
|
||||
config = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue