diff --git a/home.nix b/home.nix index 5373294..54db2ff 100644 --- a/home.nix +++ b/home.nix @@ -196,10 +196,6 @@ kitty = { enable = true; shellIntegration.enableFishIntegration = true; - # font = { - # name = lib.mkForce "Iosevka Nerd Font"; - # size = lib.mkForce 14; - # }; keybindings = { "ctrl+shift+g" = "show_last_command_output"; "ctrl+alt+enter" = "launch --cwd=current"; @@ -334,7 +330,6 @@ telescope = { enable = true; extensions = { - # file_browser.enable = true; fzf-native.enable = true; }; };