diff --git a/README.org b/README.org index e052272..7b6faad 100644 --- a/README.org +++ b/README.org @@ -184,7 +184,7 @@ services.xserver = { displayManager = { startx.enable = true; sddm = { - enable = true; + enable = false; }; session = [ { @@ -205,7 +205,7 @@ services.xserver = { }; services.greetd = { - enable = false; + enable = true; settings = rec { initial_session = { command = "/home/chris/bin/hyprland"; diff --git a/system/kaladin/configuration.nix b/system/kaladin/configuration.nix index 3598c5e..e867bb4 100644 --- a/system/kaladin/configuration.nix +++ b/system/kaladin/configuration.nix @@ -96,7 +96,7 @@ displayManager = { startx.enable = true; sddm = { - enable = true; + enable = false; }; session = [ { @@ -117,7 +117,7 @@ }; services.greetd = { - enable = false; + enable = true; settings = rec { initial_session = { command = "/home/chris/bin/hyprland"; diff --git a/system/syl/configuration.nix b/system/syl/configuration.nix index 24a8211..56efe1e 100644 --- a/system/syl/configuration.nix +++ b/system/syl/configuration.nix @@ -89,7 +89,7 @@ displayManager = { startx.enable = true; sddm = { - enable = true; + enable = false; }; session = [ { @@ -110,7 +110,7 @@ }; services.greetd = { - enable = false; + enable = true; settings = rec { initial_session = { command = "/home/chris/bin/hyprland";