mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 21:01: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
|
|
@ -9,6 +9,7 @@
|
|||
home.packages = [
|
||||
pkgs.eza
|
||||
pkgs.bat
|
||||
pkgs.bottom
|
||||
];
|
||||
|
||||
home.shellAliases =
|
||||
|
|
@ -78,10 +79,15 @@
|
|||
{
|
||||
cat = "bat --plain --theme=${theme}";
|
||||
};
|
||||
|
||||
bottomAlias = {
|
||||
btm = "btm --group";
|
||||
};
|
||||
in
|
||||
lib.mkMerge [
|
||||
lsAliases
|
||||
catAlias
|
||||
bottomAlias
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue