virt
This commit is contained in:
@@ -35,6 +35,19 @@ in
|
||||
gtk4.extraConfig = {
|
||||
gtk-application-prefer-dark-theme = 1;
|
||||
};
|
||||
cursorTheme = {
|
||||
name = "Catppuccin-Mocha-Pink-Cursors";
|
||||
package = pkgs.catppuccin-cursors.mochaPink;
|
||||
size = 20;
|
||||
};
|
||||
};
|
||||
|
||||
home.pointerCursor = {
|
||||
gtk.enable = true;
|
||||
x11.enable = true;
|
||||
package = pkgs.catppuccin-cursors.mochaPeach;
|
||||
name = "Catppuccin-Mocha-Pink-Cursors";
|
||||
size = 20;
|
||||
};
|
||||
|
||||
xdg.configFile = {
|
||||
@@ -45,6 +58,7 @@ in
|
||||
|
||||
|
||||
|
||||
|
||||
dconf = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
||||
Reference in New Issue
Block a user