link home-manager as a nixos module

This commit is contained in:
insects 2024-08-21 15:03:47 +02:00
parent 2eb8f36610
commit 477bce6897
3 changed files with 13 additions and 23 deletions

View file

@ -14,6 +14,7 @@
nativeBuildInputs = with pkgs; [
home-manager
git
nh
];
};
}