diff --git a/hosts/c1/configuration.nix b/hosts/c1/configuration.nix index c8d30a12..8e602a19 100644 --- a/hosts/c1/configuration.nix +++ b/hosts/c1/configuration.nix @@ -79,4 +79,15 @@ in glxinfo vulkan-tools ]; + + services.greetd = { + enable = true; + settings = { + default_session.command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time --cmd 'sway --unsupported-gpu'"; + initial_session = { + command = "sway --unsupported-gpu"; + user = "shaurizard"; + }; + }; + }; } diff --git a/users/shaurizard/home.nix b/users/shaurizard/home.nix index 6096e905..60b04b5d 100644 --- a/users/shaurizard/home.nix +++ b/users/shaurizard/home.nix @@ -1069,18 +1069,6 @@ Install.WantedBy = [ "graphical-session.target" ]; }; - ### -- login - services.greetd = { - enable = true; - settings = { - default_session.command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time --cmd 'sway --unsupported-gpu'"; - initial_session = { - command = "sway --unsupported-gpu"; - user = "shaurizard"; - }; - }; - }; - ### -- sleep services.swayidle = let