diff --git a/home/modules/home-pkgs.nix b/home/modules/home-pkgs.nix index 2c3c44d..c81334c 100644 --- a/home/modules/home-pkgs.nix +++ b/home/modules/home-pkgs.nix @@ -35,6 +35,8 @@ in { pkgs.iftop pkgs.ranger + pkgs.cargo-mommy + pkgs.just pkgs.fzf diff --git a/home/modules/nixvim.nix b/home/modules/nixvim.nix index c93df87..531bbcc 100644 --- a/home/modules/nixvim.nix +++ b/home/modules/nixvim.nix @@ -371,31 +371,31 @@ mode = "n"; key = "ff"; options.silent = true; - action = "Telescope find_files"; + action = "Telescope find_files theme=ivy"; } { mode = "n"; key = "fe"; options.silent = true; - action = "Telescope file_browser"; + action = "Telescope file_browser theme=ivy"; } { mode = "n"; key = "fss"; options.silent = true; - action = "Telescope live_grep"; + action = "Telescope live_grep theme=ivy"; } { mode = "n"; key = "fsw"; options.silent = true; - action = "Telescope lsp_dynamic_workspace_symbols"; + action = "Telescope lsp_dynamic_workspace_symbols theme=ivy"; } { mode = "n"; key = "fd"; options.silent = true; - action = "Telescope diagnostics"; + action = "Telescope diagnostics theme=ivy"; } { mode = "n"; @@ -407,7 +407,7 @@ mode = "n"; key = "bb"; options.silent = true; - action = "Telescope buffers"; + action = "Telescope buffers theme=ivy"; } { mode = "n";