fix(home): adwaita cursor

This commit is contained in:
Tim Schubert 2025-02-02 13:07:59 +01:00
parent 5f67272146
commit 86e5c155bf
No known key found for this signature in database

View file

@ -2,7 +2,8 @@
with lib.hm.gvariant;
{
home.packages = [
pkgs.gnomeExtensions.switcher
pkgs.adwaita-icon-theme
pkgs.adwaita-qt
];
dconf.settings = with lib.hm.gvariant; {
@ -40,6 +41,7 @@ with lib.hm.gvariant;
clock-show-date = true;
clock-show-seconds = false;
clock-show-weekday = true;
cursor-theme = "Adwaita";
enable-animations = true;
enable-hot-corners = false;
font-antialiasing = "grayscale";
@ -53,7 +55,7 @@ with lib.hm.gvariant;
locate-pointer = false;
monospace-font-name = "JetBrains Mono 10";
show-battery-percentage = false;
text-scaling-factor = 1.0;
#text-scaling-factor = 1.0;
toolkit-accessibility = false;
};