refactor
This commit is contained in:
15
profiles/atuin.nix
Normal file
15
profiles/atuin.nix
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
programs.atuin = {
|
||||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
flags = [
|
||||
"--disable-up-arrow"
|
||||
];
|
||||
settings = {
|
||||
style = "compact";
|
||||
inline_height = 0;
|
||||
show_help = false;
|
||||
show_tabs = false;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user