switched formatter
This commit is contained in:
parent
851cb6fe38
commit
e6ff80b005
5 changed files with 39 additions and 40 deletions
|
@ -1,15 +1,16 @@
|
|||
{
|
||||
lib,
|
||||
config,
|
||||
...
|
||||
}: let
|
||||
{ lib
|
||||
, config
|
||||
, ...
|
||||
}:
|
||||
let
|
||||
cfg = config.snowfallorg.example;
|
||||
in {
|
||||
in
|
||||
{
|
||||
options.snowfallorg.example = {
|
||||
enable = lib.mkEnableOption "Snowfall Example";
|
||||
};
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
environment.variables = {SNOWFALLORG_EXAMPLE = "enabled";};
|
||||
environment.variables = { SNOWFALLORG_EXAMPLE = "enabled"; };
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue