feat(hyprland): move to tuigreet
This commit is contained in:
parent
809f3267e1
commit
daeb06b7a2
@ -10,15 +10,12 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
services.gnome.gnome-keyring.enable = true;
|
services.gnome.gnome-keyring.enable = true;
|
||||||
|
security.pam.services.greetd.enableGnomeKeyring = true;
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
# Theme
|
# Theme
|
||||||
adw-gtk3
|
adw-gtk3
|
||||||
|
|
||||||
# Greeter
|
|
||||||
cage
|
|
||||||
greetd.gtkgreet
|
|
||||||
|
|
||||||
# Applications
|
# Applications
|
||||||
gnome.nautilus
|
gnome.nautilus
|
||||||
gnome.sushi
|
gnome.sushi
|
||||||
@ -42,7 +39,8 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
default_session = {
|
default_session = {
|
||||||
command = "cage -s -- gtkgreet --command=Hyprland";
|
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time --cmd Hyprland";
|
||||||
|
user = "greeter";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user