diff options
| author | anand <anand.panchdhari@gmail.com> | 2026-01-14 21:16:54 +0530 |
|---|---|---|
| committer | anand <anand.panchdhari@gmail.com> | 2026-01-14 21:16:54 +0530 |
| commit | 783b0263bf6a999b6a02a3459a771b88263f2af6 (patch) | |
| tree | d356a0a0a77dbe77ee864050f69e58402a3e5a00 /home.nix | |
| parent | b5adb5105d21b164e8e4e6ed90b3c8306f8a07b9 (diff) | |
dont remember
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"; }; |
