Set GTK4 options
This commit is contained in:
parent
afbcd82a48
commit
0624124133
1 changed files with 5 additions and 0 deletions
|
@ -214,6 +214,11 @@ in
|
||||||
gtk-cursor-theme-name = "Nordzy-cursors";
|
gtk-cursor-theme-name = "Nordzy-cursors";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
gtk4.extraConfig = {
|
||||||
|
gtk-application-prefer-dark-theme = true;
|
||||||
|
gtk-cursor-theme-name = "Nordzy-cursors";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
|
|
Loading…
Reference in a new issue