change gtk theme to catpuccin
This commit is contained in:
parent
c69b95fd60
commit
e6c6db47b4
|
@ -30,12 +30,12 @@ in
|
||||||
name = "matrix-gtk";
|
name = "matrix-gtk";
|
||||||
};
|
};
|
||||||
cursorTheme = {
|
cursorTheme = {
|
||||||
name = "Catppuccin-Mocha-Dark";
|
name = "Catppuccin-Frappe-Dark";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
home.pointerCursor = {
|
home.pointerCursor = {
|
||||||
package = pkgs.catppuccin-cursors;
|
package = pkgs.catppuccin-cursors;
|
||||||
name = "Catppuccin-Mocha-Red";
|
name = "Catppuccin-Frappe-Red";
|
||||||
size = 15;
|
size = 15;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue