feat: enable atuin

Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
Lander Van den Bulcke 2025-10-04 08:56:31 +02:00
parent 29b10aee99
commit 85f673d099
Signed by: lander
GPG key ID: 0142722B4B0C536F
2 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,7 @@
{ ... }:
{
programs.atuin = {
enable = true;
enableZshIntegration = true;
};
}

View file

@ -4,6 +4,7 @@
imports = [
./git
./atuin.nix
./bat.nix
./btop.nix
./starship.nix