fix niri overlay
This commit is contained in:
parent
6641cfac30
commit
fe82f49c7d
4 changed files with 41 additions and 4 deletions
|
|
@ -40,9 +40,12 @@
|
|||
"nvidia"
|
||||
];
|
||||
|
||||
services.displayManager.autoLogin = {
|
||||
enable = true;
|
||||
user = "sckova";
|
||||
services.displayManager = {
|
||||
autoLogin = {
|
||||
enable = true;
|
||||
user = "sckova";
|
||||
};
|
||||
defaultSession = "niri";
|
||||
};
|
||||
security.sudo.wheelNeedsPassword = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue