G
Size: a a a
G
VL
VL
options.home-manager.users = lib.mkOption {Воткни в системную конфигурацию
type = lib.types.attrsOf (lib.types.submoduleWith {
modules = [ ];
# Makes specialArgs available to Home Manager modules as well.
specialArgs = specialArgs // {
inherit unstablepkgs;
};
});
};
VL
VL
G
VL
G
VL
VL
VL
VL
VL