Include customSettings option to configure regreet #4

Merged
MathewHDYT merged 6 commits from main into main 2024-11-08 19:41:51 +01:00
Showing only changes of commit 67f3f48ae4 - Show all commits

View file

@ -104,7 +104,7 @@
programs.regreet = {
enable = true;
settings = config.mods.regreet.customSettings;
settings = lib.mkForce config.mods.regreet.customSettings;
};
environment.etc."greetd/environments".text = config.mods.greetd.environments;