703 current 2024-05-28 11:27:24 24.11.20240524.bfb7a88 6.9.1-zen1 *
This commit is contained in:
parent
b7c038ddc2
commit
7764a40e25
1 changed files with 8 additions and 8 deletions
|
|
@ -50,16 +50,16 @@ in {
|
||||||
libsForQt5.qt5ct
|
libsForQt5.qt5ct
|
||||||
breeze-icons
|
breeze-icons
|
||||||
];
|
];
|
||||||
# pointerCursor = {
|
pointerCursor = {
|
||||||
# package = pkgs.bibata-cursors;
|
package = pkgs.catppuccin-cursors;
|
||||||
# name = "Bibata-Modern-Classic";
|
name = "mochaMauve";
|
||||||
# size = 16;
|
size = 16;
|
||||||
# gtk.enable = true;
|
gtk.enable = true;
|
||||||
# x11.enable = true;
|
x11.enable = true;
|
||||||
# };
|
};
|
||||||
|
|
||||||
sessionVariables = {
|
sessionVariables = {
|
||||||
XCURSOR_SIZE = "32";
|
XCURSOR_SIZE = "16";
|
||||||
GTK_USE_PORTAL = "1";
|
GTK_USE_PORTAL = "1";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue