diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2025-06-28 16:29:00 -0700 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2025-06-28 16:29:00 -0700 |
commit | bb7107ca7e1898ba79cf1264d0b28cb1cf80c87d (patch) | |
tree | 05192188d8e3fb6267d79f8fe6edd975693825a8 /hosts/common/optional/services/wayland.nix | |
parent | b0c67034686c14946c50df99bba55249818dfb3d (diff) | |
download | nix-bb7107ca7e1898ba79cf1264d0b28cb1cf80c87d.tar nix-bb7107ca7e1898ba79cf1264d0b28cb1cf80c87d.tar.gz nix-bb7107ca7e1898ba79cf1264d0b28cb1cf80c87d.tar.bz2 nix-bb7107ca7e1898ba79cf1264d0b28cb1cf80c87d.tar.lz nix-bb7107ca7e1898ba79cf1264d0b28cb1cf80c87d.tar.xz nix-bb7107ca7e1898ba79cf1264d0b28cb1cf80c87d.tar.zst nix-bb7107ca7e1898ba79cf1264d0b28cb1cf80c87d.zip |
Remove greetd settings
Diffstat (limited to '')
-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 = { |