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)
mips-linuxarmv6l-linuxarmv7a-linuxmips64el-linuxarmv7l-linuxriscv64-linuxi686-linuxriscv32-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