Changed: ReGreet
This commit is contained in:
parent
73ece57244
commit
bc4ae9c889
@ -1,10 +1,15 @@
|
||||
{ pkgs, username, ... }: {
|
||||
|
||||
services.cage = {
|
||||
enable = true;
|
||||
user = username;
|
||||
};
|
||||
|
||||
services.greetd = {
|
||||
enable = true;
|
||||
settings = {
|
||||
default_session = {
|
||||
command = "Hyprland --config /etc/regreet";
|
||||
command = "cage -s -mlast -- regreet";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user