feat: add atuin

This commit is contained in:
Tine 2025-01-14 11:40:51 +01:00
parent 9de5af3777
commit 95cb1c393d
No known key found for this signature in database
2 changed files with 16 additions and 5 deletions

View file

@ -1,2 +1,2 @@
--italic-text='always' --italic-text='always'
--theme=OneHalfDark --theme=OneHalfLight

View file

@ -1,4 +1,9 @@
{ lib, config, pkgs, ... }: {
lib,
config,
pkgs,
...
}:
{ {
# This value determines the Home Manager release that your configuration is # This value determines the Home Manager release that your configuration is
@ -40,6 +45,8 @@
nmap nmap
grpcurl grpcurl
jwt-cli jwt-cli
just
atuin
# Refactoring # Refactoring
ast-grep ast-grep
@ -149,9 +156,7 @@
difftastic.enable = true; difftastic.enable = true;
lfs.enable = true; lfs.enable = true;
includes = [ includes = [ { path = "~/.gitconfig.local"; } ];
{ path = "~/.gitconfig.local"; }
];
extraConfig = { extraConfig = {
user = { user = {
@ -226,6 +231,12 @@
"gl" = "git log"; "gl" = "git log";
"gp" = "git push"; "gp" = "git push";
}; };
defaultKeymap = "vicmd";
};
programs.atuin = {
enable = true;
enableZshIntegration = true;
}; };
# Let Home Manager install and manage itself. # Let Home Manager install and manage itself.