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)
loongarch64-linuxx86_64-linuxs390x-linuxsh4-linuxriscv32-linuxi686-linuxm68k-linuxarc-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