mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-11 04:48:25 -07:00
atuin
This commit is contained in:
parent
ab07d69746
commit
d95c0aebf5
1 changed files with 12 additions and 2 deletions
|
|
@ -64,7 +64,7 @@ in
|
|||
# (nerdfonts.override { fonts = [ "FiraCode" "DroidSansMono" ]; })
|
||||
tmuxai-pkg # Just install the package
|
||||
obsidian
|
||||
atuin
|
||||
|
||||
ghostty
|
||||
];
|
||||
|
||||
|
|
@ -76,7 +76,17 @@ in
|
|||
credential.helper = "store";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
programs.atuin = {
|
||||
enable = true;
|
||||
settings = {
|
||||
#auto_sync = true;
|
||||
#sync_frequency = "5m";
|
||||
#sync_address = "https://api.atuin.sh";
|
||||
search_mode = "fuzzy";
|
||||
};
|
||||
};
|
||||
|
||||
programs.starship = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue