set default terminal to ghostty

This commit is contained in:
ulic-youthlic 2025-03-22 16:34:26 +08:00
parent 002d6da4a9
commit 71e7c8c657
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721

View file

@ -19,7 +19,14 @@ in
kdePackages.qt6ct
libsForQt5.qt5ct
];
xdg.mime = {
xdg = {
terminal-exec = {
enable = true;
settings = {
default = [ "com.mitchellh.ghostty.desktop" ];
};
};
mime = {
enable = true;
defaultApplications = {
"inode/directory" = [
@ -52,6 +59,7 @@ in
];
};
};
};
hardware.bluetooth = {
enable = true;
};