treewide: reformat
This commit is contained in:
parent
8d975c07fa
commit
4eb71e5baf
8 changed files with 63 additions and 73 deletions
|
@ -12,9 +12,9 @@
|
|||
prependFlags =
|
||||
let
|
||||
# Can't rely on pathAdd because fish used as login shell will ignore the variables the wrapper sets up
|
||||
path-add-lines =
|
||||
lib.concatMapStringsSep "\n" (pkg: "fish_add_path --path --prepend '${lib.getExe' pkg ""}'")
|
||||
config.pathAdd;
|
||||
path-add-lines = lib.concatMapStringsSep "\n" (
|
||||
pkg: "fish_add_path --path --prepend '${lib.getExe' pkg ""}'"
|
||||
) config.pathAdd;
|
||||
config-fish = pkgs.writeText "config.fish" ''
|
||||
${path-add-lines}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue