Changed: ReGreet
This commit is contained in:
parent
607888f22f
commit
6ae173cea8
@ -18,4 +18,5 @@
|
|||||||
|
|
||||||
# Let Home Manager install and manage itself.
|
# Let Home Manager install and manage itself.
|
||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
|
programs.regreet.enable = true;
|
||||||
}
|
}
|
||||||
|
5
modules/regreet.conf
Normal file
5
modules/regreet.conf
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
exec-once = regreet; hyperctl dispatch exit
|
||||||
|
misc {
|
||||||
|
disable_hyprland_logo = true
|
||||||
|
disable_splash_rendering = true
|
||||||
|
}
|
@ -4,7 +4,7 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
default_session = {
|
default_session = {
|
||||||
command = "${pkgs.greetd.greetd}/bin/regreet";
|
command = "Hyprland --config ";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user