set default terminal to ghostty
This commit is contained in:
parent
002d6da4a9
commit
71e7c8c657
1 changed files with 39 additions and 31 deletions
|
|
@ -19,7 +19,14 @@ in
|
||||||
kdePackages.qt6ct
|
kdePackages.qt6ct
|
||||||
libsForQt5.qt5ct
|
libsForQt5.qt5ct
|
||||||
];
|
];
|
||||||
xdg.mime = {
|
xdg = {
|
||||||
|
terminal-exec = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
default = [ "com.mitchellh.ghostty.desktop" ];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
mime = {
|
||||||
enable = true;
|
enable = true;
|
||||||
defaultApplications = {
|
defaultApplications = {
|
||||||
"inode/directory" = [
|
"inode/directory" = [
|
||||||
|
|
@ -52,6 +59,7 @@ in
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
};
|
||||||
hardware.bluetooth = {
|
hardware.bluetooth = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue