Personal-use NixOS configuration
0
fork

Configure Feed

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

Adjust top bar icons

encode42 7561a27b 941c2880

+7
+7
homes/encode42/desktop/environments/gnome.nix
··· 63 63 automatic-timezone = isLaptop; 64 64 }; 65 65 66 + "org/gnome/shell/extensions/appindicator" = { 67 + icon-brightness = 1.0; 68 + icon-saturation = 1.0; 69 + }; 70 + 66 71 "org/gnome/shell/extensions/hidetopbar" = { 67 72 animation-time-autohide = 0.2; 68 73 animation-time-overview = 0.2; ··· 73 78 }; 74 79 75 80 "org/gnome/shell/extensions/tilingshell" = { 81 + show-indicator = false; 82 + 76 83 top-edge-maximize = true; 77 84 }; 78 85