Disable atuin
This commit is contained in:
parent
4ba43fb647
commit
df2ab41246
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.atuin = {
|
programs.atuin = {
|
||||||
enable = true;
|
enable = false; # FIXME broken on bash: https://github.com/nix-community/home-manager/issues/5958
|
||||||
settings = {
|
settings = {
|
||||||
daemon = {
|
daemon = {
|
||||||
enabled = true;
|
enabled = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue