home: add atuin
This commit is contained in:
parent
6c433753c1
commit
0c9fbd0cda
2 changed files with 8 additions and 0 deletions
7
home/applications/atuin/default.nix
Normal file
7
home/applications/atuin/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
programs.atuin = {
|
||||
enable = true;
|
||||
flags = ["--disable-up-arrow"];
|
||||
settings.style = "compact";
|
||||
};
|
||||
}
|
|
@ -40,6 +40,7 @@
|
|||
./applications/wget
|
||||
./applications/fd
|
||||
./applications/hyperfine
|
||||
./applications/atuin
|
||||
|
||||
./applications/ydict
|
||||
./applications/fastfetch
|
||||
|
|
Loading…
Reference in a new issue