summaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
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";
};