initial commit
This commit is contained in:
commit
ebc1be5217
143 changed files with 7721 additions and 0 deletions
9
modules/home/programs/atuin.nix
Normal file
9
modules/home/programs/atuin.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# ✨ Magical shell history
|
||||
{...}: {
|
||||
programs.atuin = {
|
||||
enable = true;
|
||||
flags = [
|
||||
"--disable-up-arrow"
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue