feat: add nix-secrets input and enable upstream proxy

This commit is contained in:
tux
2025-01-29 20:23:21 +05:30
parent 0f944b78d7
commit f47355c594
3 changed files with 32 additions and 0 deletions

View File

@ -86,6 +86,10 @@
url = "github:nix-community/disko";
inputs.nixpkgs.follows = "nixpkgs";
};
nix-secrets = {
url = "github:tuxdotrs/nix-secrets";
inputs.nixpkgs.follows = "nixpkgs";
};
ghostty.url = "github:ghostty-org/ghostty";
nixos-hardware.url = "github:nixos/nixos-hardware";
nixpkgs-f2k.url = "github:moni-dz/nixpkgs-f2k";