refactor(nix/hm/price): set cursor size to 24
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m18s
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m18s
This commit is contained in:
parent
fddf2941a0
commit
891ee2deb2
@ -357,6 +357,11 @@ in
|
||||
platformTheme.name = "gtk";
|
||||
};
|
||||
|
||||
home.pointerCursor = {
|
||||
name = "Adwaita";
|
||||
package = pkgs.gnome.adwaita-icon-theme;
|
||||
size = 24;
|
||||
};
|
||||
gtk =
|
||||
let
|
||||
extraGtkConfig = {
|
||||
|
Loading…
Reference in New Issue
Block a user