1
0
forked from extern/nix-config

feat: Add gtk config

This commit is contained in:
Donovan Glover 2023-05-10 13:51:05 -04:00
parent e05914ae18
commit cd32ad2e27
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -17,6 +17,25 @@
TerminalEmulator=kitty
TerminalEmulatorDismissed=true
'';
gtk = {
enable = true;
cursorTheme = {
package = pkgs.phinger-cursors;
name = "phinger-cursors";
};
gtk3.extraConfig = {
gtk-decoration-layout = "menu:";
gtk-xft-antialias = 1;
gtk-xft-hinting = 1;
gtk-xft-hintstyle = "hintfull";
gtk-xft-rgba = "rgb";
gtk-recent-files-enabled = false;
};
iconTheme = {
package = pkgs.fluent-icon-theme;
name = "Fluent";
};
};
programs.kitty = {
enable = true;
settings = {