add nix dev tools to wsl

This commit is contained in:
sadan 2025-05-16 19:25:04 +00:00
parent f59f3a81cc
commit e5fff54adf
No known key found for this signature in database

View file

@ -13,6 +13,7 @@
../homeModules/dev
../homeModules/dev/cpp.nix
../homeModules/dev/javascript.nix
../homeModules/dev/nix.nix
../homeModules/dev/python.nix
../homeModules/scripts
../homeModules/btop.nix
@ -41,4 +42,4 @@
home.stateVersion = "23.11"; # Please read the comment before changing.
# Let Home Manager install and manage itself.
programs.home-manager.enable = true;
}
}