Prevent double install of regreet

This commit is contained in:
MathewHDYT 2024-11-08 13:20:46 +01:00
parent cdfcbf751d
commit 0628fa1eeb
3 changed files with 7 additions and 6 deletions

View file

@ -64,7 +64,7 @@
example = { };
type = with lib.types; attrsOf anything;
description = ''
Custom regret settings.
Custom regret settings. See https://github.com/rharish101/ReGreet/blob/main/regreet.sample.toml for more information.
'';
};
};
@ -101,9 +101,10 @@
default_session = session;
};
};
programs.regreet.enable = true;
programs.regreet.settings = config.mods.regreet.customSettings;
programs.regreet = {
settings = config.mods.regreet.customSettings;
};
environment.etc."greetd/environments".text = config.mods.greetd.environments;