mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 03:27:45 +00:00
Use hyprcursors
This commit is contained in:
parent
b7562dbd3f
commit
4a3ac9999d
3 changed files with 44 additions and 2 deletions
|
@ -39,6 +39,15 @@ in desktopSystemConfiguration {
|
|||
enableXdgAutostart = true;
|
||||
};
|
||||
|
||||
plugins = with pkgs; [ hyprcursors ];
|
||||
|
||||
settings.plugin.dynamic-cursors = {
|
||||
enabled = true;
|
||||
|
||||
mode = "rotate";
|
||||
shake = true;
|
||||
};
|
||||
|
||||
settings = {
|
||||
monitor = [ ", preferred, auto, 1" ];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue