rm foot
This commit is contained in:
parent
c96fdac1b1
commit
645f0af0aa
3 changed files with 2 additions and 18 deletions
|
@ -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
|
|
|
@ -19,3 +19,5 @@ keybind = alt+t=new_tab
|
||||||
keybind = ctrl+enter=unbind
|
keybind = ctrl+enter=unbind
|
||||||
keybind = ctrl+shift+t=unbind
|
keybind = ctrl+shift+t=unbind
|
||||||
keybind = ctrl+shift+j=unbind
|
keybind = ctrl+shift+j=unbind
|
||||||
|
|
||||||
|
# vim:ft=dosini
|
||||||
|
|
1
home.nix
1
home.nix
|
@ -18,7 +18,6 @@
|
||||||
# plain files is through 'home.file'.
|
# plain files is through 'home.file'.
|
||||||
xdg.configFile = {
|
xdg.configFile = {
|
||||||
"nvim".source = ./nvim;
|
"nvim".source = ./nvim;
|
||||||
"foot".source = ./foot;
|
|
||||||
"hypr".source = ./hypr;
|
"hypr".source = ./hypr;
|
||||||
"ghostty".source = config.lib.file.mkOutOfStoreSymlink "/home/${extra.user}/.dotfiles/ghostty";
|
"ghostty".source = config.lib.file.mkOutOfStoreSymlink "/home/${extra.user}/.dotfiles/ghostty";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue