This commit is contained in:
2025-03-08 14:46:39 -08:00
parent 39dbe6644c
commit 1e01d44f2f
3 changed files with 15 additions and 31 deletions

View File

@@ -14,9 +14,15 @@ with lib;
roles = {
audio.enable = true;
desktop = {
enable = true;
gaming = true;
kde = true;
wayland = true;
};
kodi = {
enable = true;
autologin = true;
autologin = false;
wayland = true;
};
users.enable = true;
@@ -30,8 +36,6 @@ with lib;
hardware.graphics.enable = true;
services.displayManager.enable = mkForce false;
# This option defines the first version of NixOS you have installed on this particular machine,
# and is used to maintain compatibility with application data (e.g. databases) created on older NixOS versions.
#