formatting
This commit is contained in:
@@ -14,9 +14,8 @@ in
|
|||||||
imports = [ inputs.sops-nix.nixosModules.sops ];
|
imports = [ inputs.sops-nix.nixosModules.sops ];
|
||||||
};
|
};
|
||||||
|
|
||||||
# Define the homeModules that are used by flake-parts
|
flake.modules.homeManager.mysops =
|
||||||
# https://flake.parts/options/home-manager.html#opt-flake.modules.homeManager
|
{ config, pkgs, lib, ... }:
|
||||||
flake.modules.homeManager.mysops = { config, pkgs, lib, ... }:
|
|
||||||
let
|
let
|
||||||
cfg = config.mysops;
|
cfg = config.mysops;
|
||||||
in
|
in
|
||||||
|
|||||||
Reference in New Issue
Block a user