mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-06-07 21:39:23 +02:00
fix various flake erros
This commit is contained in:
parent
f51a53d7cb
commit
21688ed5bf
10 changed files with 15 additions and 155 deletions
|
@ -23,17 +23,18 @@ in
|
|||
package = pkgs.kodi-wayland;
|
||||
};
|
||||
displayManager = {
|
||||
defaultSession = "plasmawayland";
|
||||
autoLogin = {
|
||||
enable = true;
|
||||
user = "jopejoe1";
|
||||
};
|
||||
lightdm = {
|
||||
enable = true;
|
||||
autoLogin.timeout = 3;
|
||||
};
|
||||
sddm.enable = lib.mkForce false;
|
||||
};
|
||||
};
|
||||
services.displayManager = {
|
||||
autoLogin = {
|
||||
enable = true;
|
||||
user = "jopejoe1";
|
||||
};
|
||||
sddm.enable = lib.mkForce false;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue