fix cursor
This commit is contained in:
parent
53ffe55623
commit
1ca1a17cec
1 changed files with 5 additions and 2 deletions
7
home.nix
7
home.nix
|
|
@ -8,8 +8,11 @@
|
||||||
|
|
||||||
# Cursor
|
# Cursor
|
||||||
home.pointerCursor = {
|
home.pointerCursor = {
|
||||||
package = pkgs.vanilla-dmz;
|
enable = true;
|
||||||
name = "Vanilla-DMZ";
|
sway.enable = true;
|
||||||
|
package = pkgs.bibata-cursors;
|
||||||
|
name = "Bibata-Modern-Classic";
|
||||||
|
size = 24;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue