Commit aa76ee0

HPCesia <me@hpcesia.com>
2025-10-28 16:24:53
feat: xdg terminal exec
1 parent 60004ae
Changed files (1)
modules
desktop
apps
terminal
modules/desktop/apps/terminal/default.nix
@@ -21,5 +21,12 @@
       terminal-ghostty
       # terminal-wezterm
     ];
+
+    xdg.terminal-exec = {
+      enable = true;
+      settings = {
+        default = ["com.mitchellh.ghostty.desktop"];
+      };
+    };
   };
 }