add ghostty menu
This commit is contained in:
parent
d6447efb29
commit
4e9bbad81d
2 changed files with 12 additions and 0 deletions
10
configs/services-menu/open-ghostty-here.desktop
Normal file
10
configs/services-menu/open-ghostty-here.desktop
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
[Desktop Entry]
|
||||||
|
Type=Service
|
||||||
|
ServiceTypes=KonqPopupMenu/Plugin
|
||||||
|
MimeType=inode/directory
|
||||||
|
Actions=RunGhosttyDir
|
||||||
|
|
||||||
|
[Desktop Action RunGhosttyDir]
|
||||||
|
Name=Open Ghostty here
|
||||||
|
Icon=ghostty
|
||||||
|
Exec=code %F
|
||||||
|
|
@ -3,7 +3,9 @@
|
||||||
home.file = {
|
home.file = {
|
||||||
".config/qt5ct/colors/Catppuccin-Mocha.conf".source = "${pkgs.catppuccin-qt5ct}/share/qt5ct/colors/catppuccin-mocha-sapphire.conf";
|
".config/qt5ct/colors/Catppuccin-Mocha.conf".source = "${pkgs.catppuccin-qt5ct}/share/qt5ct/colors/catppuccin-mocha-sapphire.conf";
|
||||||
".config/qt6ct/colors/Catppuccin-Mocha.conf".source = "${pkgs.catppuccin-qt5ct}/share/qt6ct/colors/catppuccin-mocha-sapphire.conf";
|
".config/qt6ct/colors/Catppuccin-Mocha.conf".source = "${pkgs.catppuccin-qt5ct}/share/qt6ct/colors/catppuccin-mocha-sapphire.conf";
|
||||||
|
|
||||||
".local/share/kio/servicemenus/open-with-code.desktop".source = ../../../configs/services-menu/open-with-code.desktop;
|
".local/share/kio/servicemenus/open-with-code.desktop".source = ../../../configs/services-menu/open-with-code.desktop;
|
||||||
|
".local/share/kio/servicemenus/open-ghostty-here.desktop".source = ../../../configs/services-menu/open-ghostty-here.desktop;
|
||||||
};
|
};
|
||||||
|
|
||||||
xdg.configFile = {
|
xdg.configFile = {
|
||||||
|
|
|
||||||
Reference in a new issue