feat: add cursor support
This commit is contained in:
parent
0f03053ef0
commit
e3c7078d6d
1 changed files with 10 additions and 1 deletions
|
@ -3,7 +3,16 @@
|
||||||
config,
|
config,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
config.gtk = {
|
|
||||||
|
home.pointerCursor = {
|
||||||
|
package = pkgs.catppuccin-cursors;
|
||||||
|
name = "Catppuccin-Mocha-Pink";
|
||||||
|
size = 24;
|
||||||
|
gtk.enable = true;
|
||||||
|
x11.enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
|
gtk = {
|
||||||
enable = true;
|
enable = true;
|
||||||
theme = {
|
theme = {
|
||||||
name = "Catppuccin-Mocha-Standard-Pink-Dark";
|
name = "Catppuccin-Mocha-Standard-Pink-Dark";
|
||||||
|
|
Loading…
Reference in a new issue