diff --git a/foot/foot.ini b/foot/foot.ini deleted file mode 100644 index fa01e85..0000000 --- a/foot/foot.ini +++ /dev/null @@ -1,17 +0,0 @@ -shell=fish -font=JetBrainsMono NF:size=12 - -[bell] -urgent=no -notify=no - -[scrollback] -lines=100000 - -[mouse] -hide-when-typing=yes - -[colors] -alpha=1 - -# vim: ft=dosini diff --git a/ghostty/config b/ghostty/config index 38dc3b8..8942434 100644 --- a/ghostty/config +++ b/ghostty/config @@ -19,3 +19,5 @@ keybind = alt+t=new_tab keybind = ctrl+enter=unbind keybind = ctrl+shift+t=unbind keybind = ctrl+shift+j=unbind + +# vim:ft=dosini diff --git a/home.nix b/home.nix index f4b3a3a..5d1f962 100644 --- a/home.nix +++ b/home.nix @@ -18,7 +18,6 @@ # plain files is through 'home.file'. xdg.configFile = { "nvim".source = ./nvim; - "foot".source = ./foot; "hypr".source = ./hypr; "ghostty".source = config.lib.file.mkOutOfStoreSymlink "/home/${extra.user}/.dotfiles/ghostty"; };