flake: employ pipes!
This commit is contained in:
parent
2239e0e983
commit
41b72ce92c
3 changed files with 19 additions and 16 deletions
|
@ -7,8 +7,9 @@
|
|||
fishinit = import ./fishinit.nix {inherit pkgs aliasesStr;};
|
||||
|
||||
aliasesStr =
|
||||
pkgs.lib.concatStringsSep "\n"
|
||||
(pkgs.lib.mapAttrsToList (k: v: "alias ${k}=\"${v}\"") aliases);
|
||||
mapAttrsToList (k: v: "alias ${k}=\"${v}\"") aliases
|
||||
|> concatStringsSep "\n";
|
||||
|
||||
packages = import ./packages.nix pkgs;
|
||||
|
||||
# this was taken from viperml, check out his config for this!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue