fix(home): adwaita cursor
This commit is contained in:
parent
5f67272146
commit
86e5c155bf
1 changed files with 4 additions and 2 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue