this repo has no description
0
fork

Configure Feed

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

feat: install greetd

+8 -5
+8 -5
configuration.nix
··· 142 142 programs = { 143 143 zsh = { 144 144 enable = true; 145 - loginShellInit = '' 146 - if [ -z "$WAYLAND_DISPLAY" ] && [ "$XDG_VTNR" -eq 1 ]; then 147 - exec sway 148 - fi 149 - ''; 150 145 }; 151 146 gnupg.agent = { 152 147 enable = true; ··· 203 198 }; 204 199 205 200 services = { 201 + greetd = { 202 + enable = true; 203 + settings = { 204 + default_session = { 205 + command = "${pkgs.greetd.tuigreet}/bin/tuigreet --remember --asterisks --cmd sway"; 206 + }; 207 + }; 208 + }; 206 209 openssh = { 207 210 enable = true; 208 211 settings = {