mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2026-01-09 00:49:52 +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 {
|
||||
services.displayManager.lemurs = {
|
||||
enable = true;
|
||||
settings.environment_switcher.include_tty_shell = true;
|
||||
};
|
||||
|
||||
# start sway if login happens
|
||||
environment.interactiveShellInit = ''
|
||||
if test `tty` = /dev/tty1; then
|
||||
exec sway
|
||||
fi
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue