12 lines
173 B
Nix
12 lines
173 B
Nix
_: {
|
|
xdg = {
|
|
terminal-exec = {
|
|
enable = true;
|
|
settings = {
|
|
default = [
|
|
"com.mitchellh.ghostty.desktop"
|
|
];
|
|
};
|
|
};
|
|
};
|
|
}
|