formatting

This commit is contained in:
John Lancaster
2026-04-20 22:40:08 -05:00
parent 3fc3beb4ed
commit 443020df4d
+2 -3
View File
@@ -14,9 +14,8 @@ in
imports = [ inputs.sops-nix.nixosModules.sops ];
};
# Define the homeModules that are used by flake-parts
# https://flake.parts/options/home-manager.html#opt-flake.modules.homeManager
flake.modules.homeManager.mysops = { config, pkgs, lib, ... }:
flake.modules.homeManager.mysops =
{ config, pkgs, lib, ... }:
let
cfg = config.mysops;
in