diff options
Diffstat (limited to 'hosts/common/optional/services/wayland.nix')
-rw-r--r-- | hosts/common/optional/services/wayland.nix | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/hosts/common/optional/services/wayland.nix b/hosts/common/optional/services/wayland.nix index 438bcb9..03c4558 100644 --- a/hosts/common/optional/services/wayland.nix +++ b/hosts/common/optional/services/wayland.nix @@ -62,12 +62,12 @@ services.greetd = { enable = true; - settings = { - default_session = { - command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time --cmd sway"; - user = "greeter"; - }; - }; + #settings = { + # default_session = { + # command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time --cmd sway"; + # user = "greeter"; + # }; + #}; }; security = { |