Add tmux displays

This commit is contained in:
Martin Pander
2025-07-10 14:05:58 +02:00
parent d33e403915
commit 2d93535296
2 changed files with 4 additions and 1 deletions

View File

@ -93,6 +93,7 @@
home.shellAliases = lib.mkMerge [ {
open = "explorer.exe .";
lst = "lsd --tree";
}
];
}