CuboCore.coregarage
coregarage 5.0.1
Settings manager for the C Suite
https://gitlab.com/cubocore/coreapps/coregarageGNU General Public License v3.0 or later
main program: coregarageprograms: coregarage
Platforms (24)
microblaze-linuxarmv7l-linuxloongarch64-linuxpowerpc64-linuxpowerpc64le-linuxarmv5tel-linuxs390x-linuxx86_64-linux
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ CuboCore.coregarage ];
Ad-hoc shell
nix-shell -p CuboCore.coregarage
Flake (nix run)
nix run nixpkgs#CuboCore.coregarage