Begin stabilize system module

This commit is contained in:
Florian RICHER 2024-05-25 23:51:37 +02:00
parent edcbfaf379
commit 6163188786
24 changed files with 63 additions and 59 deletions

View file

@ -2,12 +2,12 @@
with lib;
let
cfg = config.modules.system.plymouth;
cfg = config.modules.system.plasma;
in
{
options.modules.system.plymouth = {
options.modules.system.plasma = {
enable = mkEnableOption ''
Enable plymouth with my custom configurations
Enable plasma with my custom configurations
'';
};
config = mkIf cfg.enable {