diff --git a/hosts/cnixpad/modules.nix b/hosts/cnixpad/modules.nix index 590d39f3..8f484bac 100644 --- a/hosts/cnixpad/modules.nix +++ b/hosts/cnixpad/modules.nix @@ -149,11 +149,11 @@ enable = false; }; greetd = { + enable = true; + user = "cnst"; autologin = { enable = false; - user = "cnst"; }; - enable = true; gnomeKeyring = { enable = false; }; diff --git a/hosts/toothpc/modules.nix b/hosts/toothpc/modules.nix index 115aa13e..daad4aee 100644 --- a/hosts/toothpc/modules.nix +++ b/hosts/toothpc/modules.nix @@ -149,11 +149,11 @@ enable = false; }; greetd = { + enable = true; + user = "toothpick"; autologin = { enable = false; - user = "toothpick"; }; - enable = true; gnomeKeyring = { enable = false; };