mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 17:31:34 +01:00
Enable auto login on fern and north
This commit is contained in:
parent
c3c19aa3ee
commit
4f2bd0234e
3 changed files with 29 additions and 16 deletions
|
|
@ -16,7 +16,10 @@
|
|||
homeManager.enable = true;
|
||||
};
|
||||
|
||||
dm.tuigreet.enable = true;
|
||||
dm.tuigreet = {
|
||||
enable = true;
|
||||
autoLogin = true;
|
||||
};
|
||||
de.hyprland.enable = true;
|
||||
|
||||
sound.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue