From a2c471837cceb3a035669219d3f3dc0b4a7dfc16 Mon Sep 17 00:00:00 2001 From: kenny Date: Sat, 13 Dec 2025 13:28:43 +0200 Subject: [PATCH] removed tty setting on ly --- modules/de/multiple-dms.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/de/multiple-dms.nix b/modules/de/multiple-dms.nix index 178eb12..e8ab646 100644 --- a/modules/de/multiple-dms.nix +++ b/modules/de/multiple-dms.nix @@ -19,7 +19,7 @@ shutdown_cmd = "/run/current-system/systemd/bin/systemctl poweroff"; term_reset_cmd = "/nix/store/yijhn548p2589pkybgvbhll09bqsxy0q-ncurses-6.5/bin/tput reset"; term_restore_cursor_cmd = "/nix/store/yijhn548p2589pkybgvbhll09bqsxy0q-ncurses-6.5/bin/tput cnorm"; - tty = "1"; + # tty = "1"; waylandsessions = "/nix/store/1dp80bvcnaq30mh6728lc34xhbjp15zx-desktops/share/wayland-sessions"; x_cmd = "/nix/store/a1v7dyv80s5xd19in89h9i3wnll02ns5-xserver-wrapper"; xauth_cmd = "/nix/store/s7c6j1cp1xmx8l4ggwx90f51zn9ih0wz-xauth-1.1.4/bin/xauth";