my over complex system configurations dotfiles.isabelroses.com/
nixos nix flake dotfiles linux
10
fork

Configure Feed

Select the types of activity you want to include in your feed.

isabel/themes/gtk: remove eval error

isabel b867df3e a63a5b78

+15 -11
+15 -11
home/isabel/themes/gtk.nix
··· 86 86 gtk-menu-images = 1; 87 87 }; 88 88 89 - gtk4.extraConfig = { 90 - # make things look nice 91 - gtk-application-prefer-dark-theme = true; 89 + gtk4 = { 90 + theme = config.gtk.theme; 92 91 93 - gtk-decoration-layout = "appmenu:none"; 92 + extraConfig = { 93 + # make things look nice 94 + gtk-application-prefer-dark-theme = true; 94 95 95 - gtk-xft-antialias = 1; 96 - gtk-xft-hinting = 1; 97 - gtk-xft-hintstyle = "hintslight"; 96 + gtk-decoration-layout = "appmenu:none"; 98 97 99 - # stop annoying sounds again 100 - gtk-enable-event-sounds = 0; 101 - gtk-enable-input-feedback-sounds = 0; 102 - gtk-error-bell = 0; 98 + gtk-xft-antialias = 1; 99 + gtk-xft-hinting = 1; 100 + gtk-xft-hintstyle = "hintslight"; 101 + 102 + # stop annoying sounds again 103 + gtk-enable-event-sounds = 0; 104 + gtk-enable-input-feedback-sounds = 0; 105 + gtk-error-bell = 0; 106 + }; 103 107 }; 104 108 }; 105 109 };