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; };