CuboCore.corestuff

corestuff 5.0.0

Activity viewer from the C Suite

https://gitlab.com/cubocore/coreapps/corestuff
GNU General Public License v3.0 or later
main program: corestuffprograms: -
Platforms (24)
armv7a-linuxi686-linuxarc-linuxmicroblazeel-linuxpowerpc-linuxpowerpc64-linuxriscv32-linuxs390x-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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