marleyos/modules/home/option-inheritance.nix

9 lines
132 B
Nix

{osConfig, ...}: let
cfg = osConfig.marleycfg;
in {
config = {
marleycfg = {
inherit (cfg) my profiles;
};
};
}