btop: add testbed (#1106)
Link: https://github.com/danth/stylix/pull/1106 Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
This commit is contained in:
parent
8a35410a28
commit
764fd32955
1 changed files with 11 additions and 0 deletions
11
modules/btop/testbeds/default.nix
Normal file
11
modules/btop/testbeds/default.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ lib, pkgs, ... }:
|
||||
{
|
||||
stylix.testbed.ui.command = {
|
||||
text = lib.getExe pkgs.btop;
|
||||
useTerminal = true;
|
||||
};
|
||||
|
||||
home-manager.sharedModules = lib.singleton {
|
||||
programs.btop.enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue