mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2026-01-09 16:59:54 +01:00
Revert "profile/sway/autostart: use lemurs"
This reverts commit 72cd115d77.
This commit is contained in:
parent
f309ea6e99
commit
d508d19fa6
1 changed files with 7 additions and 4 deletions
|
|
@ -8,9 +8,12 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
services.displayManager.lemurs = {
|
|
||||||
enable = true;
|
# start sway if login happens
|
||||||
settings.environment_switcher.include_tty_shell = true;
|
environment.interactiveShellInit = ''
|
||||||
};
|
if test `tty` = /dev/tty1; then
|
||||||
|
exec sway
|
||||||
|
fi
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue