This commit is contained in:
Hadi 2024-06-19 22:47:13 +02:00
parent 241a91487c
commit d3604fa6cf
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1,4 +1,4 @@
{ inputs, ... }: {
{ ... }: {
sops = {
age.keyFile = "/home/hadi/.config/sops/age/keys.txt";