remove sddm from homebox

This commit is contained in:
2025-01-25 14:00:39 -06:00
parent ceb3e40b7d
commit 14f5c2753a
2 changed files with 8 additions and 6 deletions

View File

@@ -48,6 +48,7 @@
};
displayManager = {
enable = true;
execCmd = "Hyprland";
defaultSession = "hyprland";
autoLogin = {
enable = true;
@@ -87,11 +88,11 @@
LC_TIME = "en_US.UTF-8";
};
services.displayManager.sddm.settings.AutoLogin = {
User = "nathan";
Session = "hyprland";
Relogin = true;
};
#services.displayManager.sddm.settings.AutoLogin = {
# User = "nathan";
# Session = "hyprland";
# Relogin = true;
#};
networking = {
hostName = "homebox";
@@ -235,7 +236,7 @@
sysconfig = {
opts = {
sddm.enable = true;
sddm.enable = false;
openssh.enable = true;
pipewire.enable = true;
ags.enable = true;