summaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
authoranand <anand.panchdhari@gmail.com>2026-01-14 21:16:54 +0530
committeranand <anand.panchdhari@gmail.com>2026-01-14 21:16:54 +0530
commit783b0263bf6a999b6a02a3459a771b88263f2af6 (patch)
treed356a0a0a77dbe77ee864050f69e58402a3e5a00 /home.nix
parentb5adb5105d21b164e8e4e6ed90b3c8306f8a07b9 (diff)
dont remember
Diffstat (limited to 'home.nix')
-rwxr-xr-xhome.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/home.nix b/home.nix
index c61be54..bb3053c 100755
--- a/home.nix
+++ b/home.nix
@@ -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";
};