mirror of
https://github.com/NotAShelf/nyxexprs.git
synced 2026-02-24 12:23:21 +00:00
btop: init with process normalization patch
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Id2a35a495667cfd89b795acef5540e386a6a6964
This commit is contained in:
parent
a075b7c136
commit
b2db9c9f29
2 changed files with 115 additions and 0 deletions
15
pkgs/btop/package.nix
Normal file
15
pkgs/btop/package.nix
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
lib,
|
||||
btop,
|
||||
}:
|
||||
btop.overrideAttrs {
|
||||
patches = [
|
||||
./patches/normalize_processes.patch
|
||||
];
|
||||
|
||||
meta = {
|
||||
description = "Monitor of resources, with a patch to normalize process names on Nix";
|
||||
mainProgram = "btop";
|
||||
maintainers = [lib.maintainers.NotAShelf];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue