Skip to content

Commit ac941ac

Browse files
committed
Fix missing commit
Follow ae380db and GH-781
1 parent 7f026b8 commit ac941ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nixos/configuration.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ in
139139

140140
EDITOR = lib.getExe pkgs.helix;
141141
SYSTEMD_EDITOR = lib.getExe pkgs.helix;
142-
VISUAL = "${zed-fhs} --wait";
142+
VISUAL = "${lib.getExe zed-fhs} --wait";
143143
};
144144

145145
# List packages installed in system profile. To search, run:

0 commit comments

Comments
 (0)