This commit is contained in:
Hadi 2024-06-19 22:32:03 +02:00
parent 26767f861c
commit 3939348e1b
2 changed files with 4 additions and 1 deletions

View File

@ -56,6 +56,7 @@
{
nixpkgs.overlays = [ nur.overlay ];
_module.args = { inherit inputs; };
specialArgs = { inherit inputs; };
home-manager = {
useGlobalPkgs = true;
useUserPackages = true;

View File

@ -1,4 +1,6 @@
{ inputs, ... }: {
{ pkgs, inputs, config, ... }: {
imports = [ inputs.sops-nix.nixosModules.sops ];
sops = {
age.keyFile = "/home/hadi/.config/sops/age/keys.txt";