mirror of https://git.jolheiser.com/dotnix.git
8 lines
122 B
Nix
8 lines
122 B
Nix
|
{
|
||
|
programs.atuin = {
|
||
|
enable = true;
|
||
|
enableNushellIntegration = true;
|
||
|
flags = ["--disable-up-arrow"];
|
||
|
};
|
||
|
}
|