feat(home-manager): add atuin
This commit is contained in:
parent
837149b8f6
commit
1ce5b9ef9a
1 changed files with 5 additions and 0 deletions
|
@ -54,4 +54,9 @@
|
||||||
vscode = { enable = true; languages = { cxx = true; python = true; scala = true; latex = true; }; };
|
vscode = { enable = true; languages = { cxx = true; python = true; scala = true; latex = true; }; };
|
||||||
zellij = { enable = true; };
|
zellij = { enable = true; };
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.atuin = {
|
||||||
|
enable = true;
|
||||||
|
flags = [ "--disable-up-arrow" ];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue