summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-06-20 23:17:24 +0200
committerNatasha Moongrave <natasha@256phi.eu>2026-06-20 23:17:24 +0200
commitbea849380d6331994f425e57c3f351eb9ab5e509 (patch)
tree7ca13f91b22ae04864716fc5d8fc2f82308b6bdd /flake.nix
parentbb88d2a1a6287be23583af96e80e289d67677872 (diff)
Added home-manager as a flake input
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index efda00c..358c80b 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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";