mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-07 07:09:15 +00:00
add(nix): atuin
This commit is contained in:
parent
6143294216
commit
059e47563e
3 changed files with 15 additions and 0 deletions
9
nix/home/common/atuin/default.nix
Normal file
9
nix/home/common/atuin/default.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{...}: {
|
||||
programs.atuin = {
|
||||
enable = true;
|
||||
settings = {
|
||||
style = "full";
|
||||
show_preview = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue