Personal Nix flake
nixos home-manager nix
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: Atuin tweaks

+4
+4
modules/home/cli/atuin/default.nix
··· 14 14 programs.atuin = { 15 15 enable = true; 16 16 settings = { 17 + auto_sync = true; 17 18 daemon.enabled = true; 19 + dialect = "uk"; 20 + inline_height = 25; 18 21 keymap_mode = "vim-insert"; 19 22 keymap_cursor.vim_insert = "steady-bar"; 20 23 keymap_cursor.vim_normal = "steady-block"; ··· 23 26 search_mode = "fuzzy"; 24 27 filter_mode_shell_up_key_binding = "host"; 25 28 search_mode_shell_up_key_binding = "prefix"; 29 + store_failed = false; 26 30 sync_frequency = "15m"; 27 31 workspaces = true; 28 32 };