CuboCore.coretoppings

coretoppings 5.0.0

Additional features,plugins etc for CuboCore Application Suite

https://gitlab.com/cubocore/coreapps/coretoppings
GNU General Public License v3.0 or later
main program: shareITprograms: shareIT
Platforms (24)
aarch64-linuxmicroblazeel-linuxmipsel-linuxmips64el-linuxmips-linuxloongarch64-linuxmips64-linuxmicroblaze-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  CuboCore.coretoppings
];
Ad-hoc shell
nix-shell -p CuboCore.coretoppings
Flake (nix run)
nix run nixpkgs#CuboCore.coretoppings