diff --git a/lib/devos/devosSystem.nix b/lib/devos/devosSystem.nix index 832cdb40..f8d08f97 100644 --- a/lib/devos/devosSystem.nix +++ b/lib/devos/devosSystem.nix @@ -33,6 +33,8 @@ lib.nixosSystem (args // { # above profile filter on the local config attribute fullHostConfig.system.build.toplevel ]; + # still pull in tools of deactivated profiles + environment.systemPackages = fullHostConfig.environment.systemPackages; # confilcts with networking.wireless which might be slightly # more useful on a stick