Add atuin
This commit is contained in:
parent
21a8055efa
commit
a4eeb89eb6
2 changed files with 12 additions and 0 deletions
11
home/programs/atuin.nix
Normal file
11
home/programs/atuin.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ config, ... }:
|
||||
|
||||
{
|
||||
programs.atuin = {
|
||||
enable = true;
|
||||
settings = {
|
||||
# Uncomment this to use your instance
|
||||
# sync_address = "https://majiy00-shell.fly.dev";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue