shell/fish: add atuin

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-04-23 14:50:18 +03:00
parent 607997ce93
commit 12a1ba83bf

View File

@ -13,6 +13,12 @@ in {
};
config = mkIf cfg.enable {
programs = {
atuin = {
enable = true;
flags = [
"--disable-up-arrow"
];
};
fish = {
enable = true; # friendly interactive shell in rust
shellAliases = {