From 53b7d39fcdd70395155eb503132371d9f251df2b Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Wed, 11 Dec 2024 10:22:23 -0600 Subject: [PATCH] switching back to cosmic greeter --- modules/desktop.nix | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/modules/desktop.nix b/modules/desktop.nix index 2c792a9..20811a9 100644 --- a/modules/desktop.nix +++ b/modules/desktop.nix @@ -64,30 +64,30 @@ }; services.displayManager.cosmic-greeter = { - enable = false; + enable = true; }; services.greetd = { enable = true; - settings = rec { - initial_session = { - command = "dbus-run-session Hyprland"; - # command = "dbus-run-session startplasma-wayland"; - user = "chris"; - }; - default_session = { - command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time -r --window-padding 2 --cmd 'dbus-run-session Hyprland' -s /etc/greetd/environments"; - user = "greeter"; - }; - plasma_session = { - command = "dbus-run-session startplasma-wayland"; - user = "chris"; - }; - hyprland_session = { - command = "Hyprland"; - user = "chris"; - }; - }; + # settings = rec { + # initial_session = { + # command = "dbus-run-session Hyprland"; + # # command = "dbus-run-session startplasma-wayland"; + # user = "chris"; + # }; + # default_session = { + # command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time -r --window-padding 2 --cmd 'dbus-run-session Hyprland' -s /etc/greetd/environments"; + # user = "greeter"; + # }; + # plasma_session = { + # command = "dbus-run-session startplasma-wayland"; + # user = "chris"; + # }; + # hyprland_session = { + # command = "Hyprland"; + # user = "chris"; + # }; + # }; }; programs.regreet = { enable = true; };