1 Commits

Author SHA1 Message Date
DerGrumpf 23d6b86dc1 Init feature/impermanence 2026-06-24 10:20:42 +02:00
+6
View File
@@ -10,6 +10,11 @@
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
# declarative impermanence
impermanence = {
url = "github:nix-community/impermanence";
};
# declarative Configs # declarative Configs
home-manager = { home-manager = {
url = "github:nix-community/home-manager/master"; url = "github:nix-community/home-manager/master";
@@ -91,6 +96,7 @@
sops-nix, sops-nix,
nixos-generators, nixos-generators,
nur, nur,
impermanence,
... ...
}@inputs: }@inputs:
let let