Loading nixos/modules/programs/regreet.nix +4 −1 Original line number Diff line number Diff line Loading @@ -159,7 +159,10 @@ in environment.etc = { "greetd/regreet.css" = if lib.isPath cfg.extraCss then { source = cfg.extraCss; } else { text = cfg.extraCss; }; if lib.isPath cfg.extraCss || lib.isStorePath cfg.extraCss then { source = cfg.extraCss; } else { text = cfg.extraCss; }; "greetd/regreet.toml".source = if lib.isPath cfg.settings then Loading Loading
nixos/modules/programs/regreet.nix +4 −1 Original line number Diff line number Diff line Loading @@ -159,7 +159,10 @@ in environment.etc = { "greetd/regreet.css" = if lib.isPath cfg.extraCss then { source = cfg.extraCss; } else { text = cfg.extraCss; }; if lib.isPath cfg.extraCss || lib.isStorePath cfg.extraCss then { source = cfg.extraCss; } else { text = cfg.extraCss; }; "greetd/regreet.toml".source = if lib.isPath cfg.settings then Loading