Skip to content

Commit

Permalink
fix helix
Browse files Browse the repository at this point in the history
  • Loading branch information
viperML committed Oct 21, 2023
1 parent fefc4ad commit a505e35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wrappers/helix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
wrappers.helix = {
basePackage = pkgs.helix;
flags = [
"-c ${./config.toml}"
"-c"
./config.toml
];
};
}

0 comments on commit a505e35

Please sign in to comment.