Add atuin

This commit is contained in:
Florian RICHER 2024-05-23 21:19:05 +02:00
parent 21a8055efa
commit a4eeb89eb6
2 changed files with 12 additions and 0 deletions

11
home/programs/atuin.nix Normal file
View file

@ -0,0 +1,11 @@
{ config, ... }:
{
programs.atuin = {
enable = true;
settings = {
# Uncomment this to use your instance
# sync_address = "https://majiy00-shell.fly.dev";
};
};
}