No description
Find a file
2025-12-26 23:50:37 +01:00
dkk.patch patch 2025-12-26 23:50:37 +01:00
LICENSE Initial commit 2025-12-26 23:20:51 +01:00
README.md patch 2025-12-26 23:50:37 +01:00
screenshot.png patch 2025-12-26 23:50:37 +01:00

htop-dkk

Usage

{pkgs, ...}: {
  environment.systemPackages = with pkgs; [
    (pkgs.htop.overrideAttrs (attrs: {
      patches = [
        (pkgs.fetchpatch {
          url = "https://git.caspervk.net/caspervk/htop-dkk/raw/branch/master/dkk.patch";
          sha256 = "0OSBPGAyllU8I+WwpvRrulcfF72VjsYKvfx79iM3cO4=";
        })
      ];
    }))
  ];
}