mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 14:01:34 +01:00
Wrap bottom
This commit is contained in:
parent
0af906f7fb
commit
84335ca042
2 changed files with 10 additions and 1 deletions
|
|
@ -27,7 +27,6 @@
|
|||
};
|
||||
|
||||
home.packages = [
|
||||
pkgs.bottom
|
||||
pkgs.fastfetch
|
||||
|
||||
pkgs.notepadqq
|
||||
|
|
@ -46,5 +45,6 @@
|
|||
myWrappers.obsidian
|
||||
myWrappers.marktext
|
||||
(myWrappers.kitty {inherit (config.myConfig.de) theme;})
|
||||
myWrappers.bottom
|
||||
];
|
||||
}
|
||||
|
|
|
|||
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