Fix the desktop app entrypoint

- Point the flake app at the `t3code` binary
- Keep `default` mapped to `t3code-desktop`
This commit is contained in:
2026-04-24 20:21:54 +03:00
parent f31880051d
commit 908ca7a459
+1 -1
View File
@@ -42,7 +42,7 @@
};
t3code-desktop = {
type = "app";
program = "${self.packages.${system}.t3code-desktop}/bin/t3code-desktop";
program = "${self.packages.${system}.t3code-desktop}/bin/t3code";
};
default = t3code-desktop;
});