mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 18:41:34 +01:00
Drop wrapper-manager
This commit is contained in:
parent
fa04b898a9
commit
758d78e737
24 changed files with 159 additions and 262 deletions
|
|
@ -2,7 +2,6 @@
|
|||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
wrappers,
|
||||
...
|
||||
}:
|
||||
{
|
||||
|
|
@ -35,14 +34,12 @@
|
|||
cat = "bat --plain --theme=${theme}";
|
||||
};
|
||||
|
||||
kittyAlias = {
|
||||
kitty = lib.getExe (wrappers.kitty { inherit (config.myConfig.de) theme; });
|
||||
};
|
||||
bottomAlias.btm = "btm --group_processes";
|
||||
in
|
||||
lib.mkMerge [
|
||||
lsAliases
|
||||
catAlias
|
||||
kittyAlias
|
||||
bottomAlias
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue