formatting
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user