fix nix env availability

This commit is contained in:
Thilo Billerbeck 2024-05-18 14:24:03 +02:00
commit 3644f9353c
2 changed files with 3 additions and 2 deletions
home-manager/modules

View file

@ -18,6 +18,7 @@ in
home.packages = with pkgs;
[
pkgs.nixVersions.latest # because remotely invoked updates are fun ;)
up
htop
rustc