Added font configuration

This commit is contained in:
alejandro-angulo 2024-08-11 14:31:31 -07:00
parent a87c1d3cb6
commit a7a8b638b0
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6

View file

@ -65,6 +65,13 @@ in {
xdg-utils
];
home.pointerCursor = {
package = pkgs.catppuccin-cursors.mochaDark;
name = "catppuccin-mocha-dark-cursors";
gtk.enable = true;
x11.enable = true;
};
# For screen sharing to work
xdg.portal = {
enable = true;