diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-06-20 23:17:24 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-06-20 23:17:24 +0200 |
| commit | bea849380d6331994f425e57c3f351eb9ab5e509 (patch) | |
| tree | 7ca13f91b22ae04864716fc5d8fc2f82308b6bdd /flake.nix | |
| parent | bb88d2a1a6287be23583af96e80e289d67677872 (diff) | |
Added home-manager as a flake input
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,6 +1,10 @@ { inputs = { nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; + home-manager = { + url = "github:nix-community/home-manager"; + inputs.nixpkgs.follows = "nixpkgs"; + }; flake-parts.url = "github:hercules-ci/flake-parts"; import-tree.url = "github:vic/import-tree"; |
