mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 18:19:09 +00:00
profiles/dev: update atuin config
This commit is contained in:
parent
14c10abded
commit
0c7f57f5a9
@ -73,7 +73,13 @@ in {
|
|||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
programs.atuin.enable = true;
|
programs.atuin = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
search_mode = "fuzzy";
|
||||||
|
filter_mode = "global";
|
||||||
|
};
|
||||||
|
};
|
||||||
programs.direnv = {
|
programs.direnv = {
|
||||||
enable = true;
|
enable = true;
|
||||||
nix-direnv.enable = true;
|
nix-direnv.enable = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user