cleanup
This commit is contained in:
parent
75949d20da
commit
d758d1c6b0
1 changed files with 0 additions and 5 deletions
5
home.nix
5
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;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue