mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 17:31:34 +01:00
Add special system monitor workspace
This commit is contained in:
parent
a84721bcf1
commit
5c5e2414e3
4 changed files with 18 additions and 6 deletions
12
wrappers/bottom.nix
Normal file
12
wrappers/bottom.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{ inputs, pkgs, ... }:
|
||||
(inputs.wrapper-manager.lib {
|
||||
inherit pkgs;
|
||||
modules = [
|
||||
{
|
||||
wrappers.bottom = {
|
||||
basePackage = pkgs.bottom;
|
||||
flags = [ "--group" ];
|
||||
};
|
||||
}
|
||||
];
|
||||
}).config.wrappers.bottom.wrapped
|
||||
Loading…
Add table
Add a link
Reference in a new issue