Add special system monitor workspace

This commit is contained in:
SebastianStork 2024-08-13 15:49:28 +02:00
parent a84721bcf1
commit 5c5e2414e3
4 changed files with 18 additions and 6 deletions

View file

@ -9,7 +9,6 @@
home.packages = [
pkgs.eza
pkgs.bat
pkgs.bottom
];
home.shellAliases =
@ -79,15 +78,10 @@
{
cat = "bat --plain --theme=${theme}";
};
bottomAlias = {
btm = "btm --group";
};
in
lib.mkMerge [
lsAliases
catAlias
bottomAlias
];
};
}