switching back to cosmic greeter
This commit is contained in:
parent
baa84cbc37
commit
53b7d39fcd
|
@ -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; };
|
||||
|
|
Loading…
Reference in a new issue