formt with nix fmt

This commit is contained in:
jopejoe1 2025-01-03 17:49:41 +01:00
parent 2eb114c0b4
commit 2b6a2736f2
5 changed files with 27 additions and 14 deletions

View file

@ -11,7 +11,9 @@ let
in
{
options.jopejoe1.sops = {
enable = (lib.mkEnableOption "Enable sops") // { default = true;};
enable = (lib.mkEnableOption "Enable sops") // {
default = true;
};
};
config = lib.mkIf cfg.enable {