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 = {
|
kitty = {
|
||||||
enable = true;
|
enable = true;
|
||||||
shellIntegration.enableFishIntegration = true;
|
shellIntegration.enableFishIntegration = true;
|
||||||
# font = {
|
|
||||||
# name = lib.mkForce "Iosevka Nerd Font";
|
|
||||||
# size = lib.mkForce 14;
|
|
||||||
# };
|
|
||||||
keybindings = {
|
keybindings = {
|
||||||
"ctrl+shift+g" = "show_last_command_output";
|
"ctrl+shift+g" = "show_last_command_output";
|
||||||
"ctrl+alt+enter" = "launch --cwd=current";
|
"ctrl+alt+enter" = "launch --cwd=current";
|
||||||
|
@ -334,7 +330,6 @@
|
||||||
telescope = {
|
telescope = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extensions = {
|
extensions = {
|
||||||
# file_browser.enable = true;
|
|
||||||
fzf-native.enable = true;
|
fzf-native.enable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue