mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 16:16:34 +01:00
fix typo
This commit is contained in:
parent
df61889536
commit
bfdda2f348
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ in {
|
|||
config = lib.mkIf cfg.enable {
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
desktopManger.kodi.enable = true;
|
||||
desktopManager.kodi.enable = true;
|
||||
displayManager = {
|
||||
autoLogin = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue