diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix index 5263de7..23a7d3e 100644 --- a/flake.nix +++ b/flake.nix @@ -4,6 +4,12 @@ inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11-small"; nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable-small"; + home-manager = { + url = "github:nix-community/home-manager/release-25.11"; + inputs = { + nixpkgs.follows = "nixpkgs"; + }; + }; library.url = "git+https://git.foss-syndicate.org/vhack.eu/nix-library?ref=prime"; @@ -53,6 +59,7 @@ inputs = { nixpkgs.follows = "nixpkgs"; systems.follows = "systems"; + home-manager.follows = "home-manager"; }; }; back = { @@ -72,7 +79,10 @@ }; impermanence = { url = "github:nix-community/impermanence"; - inputs = {}; + inputs = { + nixpkgs.follows = "nixpkgs"; + home-manager.follows = "home-manager"; + }; }; rocie = { url = "git+https://git.foss-syndicate.org/bpeetz/rocie/nix?ref=prime"; |
