Skip to content

Commit

Permalink
Suppress zed-fhs getExe warning with re-applying mainProgram
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Sep 12, 2024
1 parent 0546b8e commit e66f7dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nixos/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ let
edge-pkgs.zed-editor
];
runScript = "zed";
meta.mainProgram = "zed";
};
in
{
Expand Down

0 comments on commit e66f7dd

Please sign in to comment.