Declare gtk settings
This commit is contained in:
parent
01d48f3a8a
commit
04247f86f9
@ -104,5 +104,19 @@ in {
|
||||
kitty &
|
||||
'';
|
||||
};
|
||||
|
||||
gtk = {
|
||||
enable = true;
|
||||
theme.name = "Adwaita-dark";
|
||||
font.name = "Ubuntu 12";
|
||||
iconTheme = {
|
||||
name = "Adwaita";
|
||||
package = pkgs.gnome3.adwaita-icon-theme;
|
||||
};
|
||||
gtk2.extraConfig = ''
|
||||
gtk-cursor-theme-name = capitaine-cursors;
|
||||
'';
|
||||
gtk3.extraConfig = { gtk-cursor-theme-name = "capitaine-cursors"; };
|
||||
};
|
||||
};
|
||||
}
|
||||
|
@ -138,7 +138,7 @@ in {
|
||||
|
||||
# base x
|
||||
rofi xlibs.xmodmap ubuntu_font_family i3lock unstable.kitty
|
||||
libnotify gtk_engines x2x lxappearance-gtk3
|
||||
libnotify gtk_engines x2x
|
||||
pulsemixer arc-theme xorg.xhost xclip
|
||||
gnome3.dconf gnome3.dconf-editor gsettings-desktop-schemas gsettings-qt
|
||||
xorg.xcursorthemes capitaine-cursors gnome3.cheese
|
||||
|
Loading…
Reference in New Issue
Block a user