this repo has no description
0
fork

Configure Feed

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

Revert "feat: install greetd"

This reverts commit e7c4551916bb74f22e58049b51cd81c038dfcda3.

Conflicts with swaycwd for some reason, the parent PID is not correctly
set and working directory always return $HOME

+5 -8
+5 -8
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 + ''; 145 150 }; 146 151 gnupg.agent = { 147 152 enable = true; ··· 198 203 }; 199 204 200 205 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 - }; 209 206 openssh = { 210 207 enable = true; 211 208 settings = {