home/programs/gtk: disable gtk decoration buttons
This commit is contained in:
parent
c5fdfffaf6
commit
afaf919a8c
1 changed files with 9 additions and 2 deletions
|
@ -11,15 +11,22 @@
|
|||
x11.enable = true;
|
||||
};
|
||||
|
||||
gtk = {
|
||||
gtk = let
|
||||
commonGtkConfig = {
|
||||
gtk-decoration-layout = ":menu";
|
||||
};
|
||||
in {
|
||||
enable = true;
|
||||
|
||||
font = {
|
||||
name = "Inter";
|
||||
package = pkgs.inter;
|
||||
size = 9;
|
||||
size = 11;
|
||||
};
|
||||
|
||||
gtk3.extraConfig = commonGtkConfig;
|
||||
gtk4.extraConfig = commonGtkConfig;
|
||||
|
||||
gtk2.configLocation = "${config.xdg.configHome}/gtk-2.0/gtkrc";
|
||||
|
||||
iconTheme = {
|
||||
|
|
Loading…
Reference in a new issue