aboutsummaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2025-06-28 16:29:00 -0700
committerMark Nipper <nipsy@bitgnome.net>2025-06-28 16:29:00 -0700
commitbb7107ca7e1898ba79cf1264d0b28cb1cf80c87d (patch)
tree05192188d8e3fb6267d79f8fe6edd975693825a8 /hosts
parentb0c67034686c14946c50df99bba55249818dfb3d (diff)
downloadnix-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 'hosts')
-rw-r--r--hosts/common/optional/services/wayland.nix12
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 = {