wsl fixes
This commit is contained in:
@@ -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; };
|
||||
|
||||
Reference in New Issue
Block a user