diff --git a/base/absolution/default.nix b/base/absolution/default.nix index 0b2e539..8701225 100644 --- a/base/absolution/default.nix +++ b/base/absolution/default.nix @@ -5,6 +5,7 @@ ../ssh.nix ../substituters.nix ../fonts.nix + ../greetd.nix # ../virtualisation/virtualisation.nix # ../monado.nix ]; diff --git a/base/greetd.nix b/base/greetd.nix index da74d7f..189dae7 100644 --- a/base/greetd.nix +++ b/base/greetd.nix @@ -2,7 +2,7 @@ services.greetd = { enable = true; restart = true; - settings.default-session = { + settings.default_session = { command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time --cmd niri-session"; user = "greeter"; }; @@ -14,6 +14,6 @@ StandardError = "journal"; TTYReset = "true"; TTYHangup = "true"; - TTYVTDisallocate = "true;"; + TTYVTDisallocate = "true"; }; } diff --git a/flake.nix b/flake.nix index a4c6c84..628c21a 100644 --- a/flake.nix +++ b/flake.nix @@ -31,6 +31,7 @@ vars = { isNixOS = true; isTough = false; + useSyncthing = false; class = "desktop"; user = "alyx"; };