Changed: ReGreet

This commit is contained in:
DerGrumpf 2025-03-28 16:22:12 +01:00
parent 607888f22f
commit 6ae173cea8
3 changed files with 7 additions and 1 deletions

View File

@ -18,4 +18,5 @@
# Let Home Manager install and manage itself.
programs.home-manager.enable = true;
programs.regreet.enable = true;
}

5
modules/regreet.conf Normal file
View File

@ -0,0 +1,5 @@
exec-once = regreet; hyperctl dispatch exit
misc {
disable_hyprland_logo = true
disable_splash_rendering = true
}

View File

@ -4,7 +4,7 @@
enable = true;
settings = {
default_session = {
command = "${pkgs.greetd.greetd}/bin/regreet";
command = "Hyprland --config ";
};
};
};