My nix-darwin and NixOS config
3
fork

Configure Feed

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

refactor(darwin): flip boolean to show user list

+1 -1
+1 -1
settings/darwin/default.nix
··· 67 67 # ── Login window ───────────────────────────────────────────────────────────── 68 68 system.defaults.loginwindow = { 69 69 GuestEnabled = false; 70 - SHOWFULLNAME = true; 70 + SHOWFULLNAME = false; 71 71 }; 72 72 73 73 # ── Screen capture ───────────────────────────────────────────────────────────