Update
This commit is contained in:
parent
26767f861c
commit
3939348e1b
@ -56,6 +56,7 @@
|
||||
{
|
||||
nixpkgs.overlays = [ nur.overlay ];
|
||||
_module.args = { inherit inputs; };
|
||||
specialArgs = { inherit inputs; };
|
||||
home-manager = {
|
||||
useGlobalPkgs = true;
|
||||
useUserPackages = true;
|
||||
|
@ -1,4 +1,6 @@
|
||||
{ inputs, ... }: {
|
||||
{ pkgs, inputs, config, ... }: {
|
||||
|
||||
imports = [ inputs.sops-nix.nixosModules.sops ];
|
||||
|
||||
sops = {
|
||||
age.keyFile = "/home/hadi/.config/sops/age/keys.txt";
|
||||
|
Loading…
Reference in New Issue
Block a user