Personal-use NixOS configuration
0
fork

Configure Feed

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

Tweak gnome a bit

encode42 5de443de fd527d69

+10 -1
+10 -1
homes/encode42/desktop/environments/gnome.nix
··· 57 57 night-light-temperature = lib.hm.gvariant.mkUint32 3700; 58 58 }; 59 59 60 + "org/gnome/TextEditor" = { 61 + restore-session = false; 62 + }; 63 + 60 64 "org/gnome/desktop/privacy" = { 61 65 recent-files-max-age = 7; 62 66 ··· 73 77 }; 74 78 75 79 "org/gnome/shell/extensions/appindicator" = { 76 - icon-brightness = 1.0; 80 + icon-brightness = 0.6; 81 + icon-contrast = 0.5; 77 82 icon-saturation = 1.0; 78 83 }; 79 84 ··· 108 113 109 114 "org/gnome/shell/extensions/blur-my-shell" = { 110 115 hacks-level = 0; 116 + }; 117 + 118 + "org/gnome/shell/extensions/blur-my-shell/overview" = { 119 + style-components = 1; 111 120 }; 112 121 }; 113 122 };