mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
fix x-terminal-emulator
This commit is contained in:
parent
0822cce8b6
commit
6b6d99e195
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ in
|
||||||
# gnomeExtensions.appindicator
|
# gnomeExtensions.appindicator
|
||||||
|
|
||||||
(writeShellScriptBin "x-terminal-emulator" ''
|
(writeShellScriptBin "x-terminal-emulator" ''
|
||||||
exec kitty "$@"
|
exec alacritty "$@"
|
||||||
'')
|
'')
|
||||||
|
|
||||||
(writeShellScriptBin "red" ''
|
(writeShellScriptBin "red" ''
|
||||||
|
|
Loading…
Reference in a new issue