mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 16:21:34 +01:00
Replace the bottom wrapper with an alias
This commit is contained in:
parent
145dda20d6
commit
a94f4e2e52
3 changed files with 9 additions and 17 deletions
|
|
@ -1,12 +0,0 @@
|
|||
{ 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