mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-22 00:21:34 +01:00
Wrap bottom
This commit is contained in:
parent
0af906f7fb
commit
84335ca042
2 changed files with 10 additions and 1 deletions
9
wrappers/bottom.nix
Normal file
9
wrappers/bottom.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
assembleWrapper,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
assembleWrapper {
|
||||
basePackage = pkgs.bottom;
|
||||
flags = ["--group"];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue