move old nixos-config over here
This commit is contained in:
parent
346d80ae7e
commit
54baace7c1
35 changed files with 850 additions and 44 deletions
home/common
40
home/common/atuin.nix
Normal file
40
home/common/atuin.nix
Normal file
|
@ -0,0 +1,40 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
programs.atuin = {
|
||||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
settings = {
|
||||
ctrl_n_shortcuts = true;
|
||||
enter_accept = true;
|
||||
filter_mode_shell_up_key_binding = "session";
|
||||
history_filter = [ ];
|
||||
inline_height = 8;
|
||||
prefers_reduced_motion = true;
|
||||
search_mode_shell_up_key_binding = "prefix";
|
||||
show_help = false;
|
||||
style = "compact";
|
||||
sync_address = "https://atuin.aarn.shelman.io";
|
||||
sync.records = true;
|
||||
|
||||
stats.common_subcommands = [
|
||||
"cargo"
|
||||
"git"
|
||||
"go"
|
||||
"jj"
|
||||
"just"
|
||||
"kubectl"
|
||||
"nix"
|
||||
"npm"
|
||||
"pnpm"
|
||||
"talosctl"
|
||||
"task"
|
||||
"yarn"
|
||||
];
|
||||
|
||||
stats.common_prefix = [
|
||||
"doas"
|
||||
"sudo"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue