my nixos/home-manager configuration
1
fork

Configure Feed

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

show weekdates in gnome top calendar

youn 336211e7 a647dce5

+3
+3
home-manager/modules/gnome-shell.nix
··· 39 39 "org/gnome/shell" = { 40 40 favorite-apps = cfg.favoriteApps; 41 41 }; 42 + "org/gnome/desktop/calendar" = { 43 + show-weekdate = true; 44 + }; 42 45 "org/gnome/desktop/interface" = { 43 46 accent-color = "orange"; 44 47 clock-format = "24h";