ghostty
This commit is contained in:
@@ -16,9 +16,11 @@ in
|
|||||||
ghostty
|
ghostty
|
||||||
];
|
];
|
||||||
|
|
||||||
services.plasma.settings = {
|
programs.plasma-manager.enable = true;
|
||||||
general.defaultTerminal = "ghostty";
|
xdg.configFile."kdeglobals".source = pkgs.writeText "kdeglobals" ''
|
||||||
};
|
[General]
|
||||||
|
TerminalApplication=${pkgs.ghostty}/bin/ghostty
|
||||||
|
'';
|
||||||
|
|
||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user