diff options
Diffstat (limited to 'home.nix')
| -rwxr-xr-x | home.nix | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -98,6 +98,7 @@ in imv libreoffice godot + mgba ]; xdg.configFile = builtins.mapAttrs (name: subpath: { @@ -105,6 +106,15 @@ in recursive = true; }) configs; + xdg.terminal-exec = { + enable = true; + settings = { + default = [ + "org.wezfurlong.wezterm.desktop" + ]; + }; + }; + home.sessionVariables = { EDITOR = "nvim"; }; |
