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

View file

@ -4,6 +4,7 @@
imports = [
./programs/agenix.nix
./programs/shell.nix
./programs/atuin.nix
./programs/git.nix
# ./programs/emacs.nix
./programs/jetbrains-toolbox.nix

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";
};
};
}