?!?!?!?!
This commit is contained in:
@@ -1,9 +1,13 @@
|
||||
{ pkgs, lib, ... }:
|
||||
|
||||
let
|
||||
ghosttyStub = (pkgs.runCommand "ghostty-stub" { } "mkdir -p $out/bin")
|
||||
// { meta.mainProgram = "ghostty"; };
|
||||
in
|
||||
{
|
||||
programs.ghostty = {
|
||||
enable = true;
|
||||
package = lib.mkForce (pkgs.runCommand "ghostty-stub" { } "mkdir -p $out");
|
||||
package = lib.mkForce ghosttyStub;
|
||||
|
||||
enableZshIntegration = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user