wsl fixes

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2026-01-17 19:17:04 +00:00
parent 0953c65a9f
commit 2bac83ec14
4 changed files with 19 additions and 3 deletions

View File

@@ -73,7 +73,10 @@
modules = [ ./home.nix ];
extraSpecialArgs = { inherit inputs hyper rice secrets; };
};
make-shell-configuration = host: let hyper = get-hyper host; in home-manager.lib.homeManagerConfiguration {
make-shell-configuration = host: let
hyper = get-hyper host;
rice = get-rice hyper;
in home-manager.lib.homeManagerConfiguration {
pkgs = get-pkgs hyper;
modules = [ ./shell-only.nix ];
extraSpecialArgs = { inherit inputs hyper rice secrets; };