This commit is contained in:
2025-12-31 13:28:28 +01:00
parent ea87377e37
commit 038bcda374
4 changed files with 74 additions and 1 deletions

View File

@@ -12,6 +12,11 @@
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};
impermanence = {
url = "github:misterio77/impermanence";
inputs.nixpkgs.follows = "nixpkgs";
inputs.home-manager.follows = "home-manager";
};
sops-nix = {
url = "github:mic92/sops-nix";