mirror of https://git.jolheiser.com/dotnix.git
parent
6bc0c58fc7
commit
f2f3ca596c
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
programs.atuin = {
|
||||
enable = true;
|
||||
enableNushellIntegration = true;
|
||||
flags = ["--disable-up-arrow"];
|
||||
};
|
||||
}
|
|
@ -5,6 +5,7 @@
|
|||
}: {
|
||||
imports = [
|
||||
./aerc.nix
|
||||
./atuin.nix
|
||||
./bat.nix
|
||||
./bottom.nix
|
||||
./eza.nix
|
||||
|
|
Loading…
Reference in New Issue