feat: add atuin

This commit is contained in:
etwas 2025-12-02 21:26:52 +01:00
parent 6a9b0aaf29
commit e3b75304ab
2 changed files with 20 additions and 0 deletions

19
home/utils/atuin.nix Normal file
View file

@ -0,0 +1,19 @@
{
programs.atuin = {
enable = true;
enableZshIntegration = true;
flags = [
"--disable-up-arrow"
];
settings = {
dialect = "uk";
sync_frequency = "5m";
sync_address = "https://shsync.catgirl.dog/";
};
daemon.enable = true;
};
}

View file

@ -1,5 +1,6 @@
{ {
imports = [ imports = [
./atuin.nix
./blueman.nix ./blueman.nix
./btop.nix ./btop.nix
./direnv.nix ./direnv.nix