Skip to content

Commit

Permalink
common: add atuin
Browse files Browse the repository at this point in the history
  • Loading branch information
storvik committed Apr 2, 2024
1 parent f9659b7 commit d67d4b6
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion modules/hm-modules/common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,15 @@ in
enableFishIntegration = true;
};

programs.atuin = {
enable = true;
enableBashIntegration = true;
enableFishIntegration = true;
settings = {
search_mode = "prefix";
};
};

# Git settings
programs.git = {
enable = true;
userEmail = "petterstorvik@gmail.com";
Expand Down

0 comments on commit d67d4b6

Please sign in to comment.