feat: updated flake input to use fork

This commit is contained in:
Leyla Becker 2025-11-10 15:51:28 -06:00
parent 8aa984a389
commit ac0f1ce2e6
2 changed files with 17 additions and 6 deletions

View file

@ -36,7 +36,9 @@
# delete your darlings
impermanence = {
url = "github:nix-community/impermanence";
url = "github:jan-leila/impermanence/home-manager-v2";
inputs.nixpkgs.follows = "nixpkgs";
inputs.home-manager.follows = "home-manager";
};
nix-darwin = {