mirror of
https://github.com/RGBCube/ncc
synced 2025-08-01 20:47:48 +00:00
Compare commits
No commits in common. "43386cc144937688b5b512baa038e9813da5d788" and "ed0e6af0c890102f8e69ed92f1ee1f127a0089d7" have entirely different histories.
43386cc144
...
ed0e6af0c8
2 changed files with 4 additions and 4 deletions
|
@ -10,9 +10,9 @@ in merge <| mkIf config.isDesktop {
|
|||
programs.ghostty = enabled {
|
||||
# Don't actually install Ghostty if we are on Darwin.
|
||||
# For some reason it is marked as broken.
|
||||
package = mkIf config.isDarwin null;
|
||||
package = mkIf config.isDarwin <| pkgs.writeScriptBin "not-ghostty" "";
|
||||
|
||||
# Can't install things from null.
|
||||
# Bat syntax points to emptyDirectory.
|
||||
installBatSyntax = !config.isDarwin;
|
||||
|
||||
clearDefaultKeybinds = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue