[launchers] Add launcher wrappers for compact env

Adds a module to launch specific nixpkgs dynamically, such that they
won't be always included in the nix store
This commit is contained in:
2025-11-29 11:28:04 -08:00
parent 7011fb27a5
commit 50a8c44d10
3 changed files with 45 additions and 1 deletions

View File

@@ -18,7 +18,14 @@
media.enable = true;
sync.enable = true;
kubectl.enable = true;
# office.enable = false; # Excluded for storage constraints
# Launcher wrappers for excluded/optional packages
launchers = {
enable = true;
packages = [
"libreoffice"
];
};
};
targets.genericLinux.enable = true;