mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-03-13 18:19:00 +00:00
config: add sops-nix home-manager module
This commit is contained in:
parent
97197a03a7
commit
152b7248c5
@ -242,7 +242,10 @@
|
||||
# configurations with `nixpkgs.useGlobalPkgs` set to `true` so avoid
|
||||
# setting nixpkgs-related options here.
|
||||
userSharedConfig = { pkgs, config, ... }: {
|
||||
imports = [ inputs.nur.hmModules.nur ];
|
||||
imports = [
|
||||
inputs.nur.hmModules.nur
|
||||
inputs.sops-nix.homeManagerModules.sops
|
||||
];
|
||||
|
||||
# Hardcoding this is not really great especially if you consider using
|
||||
# other locales but its default values are already hardcoded so what
|
||||
|
Loading…
Reference in New Issue
Block a user