Consolidate shell related packages

This commit is contained in:
2023-01-02 23:35:14 +00:00
parent 201a751382
commit 71b5eee6ed
6 changed files with 26 additions and 57 deletions

View File

@ -65,5 +65,9 @@ with lib.my;
users.users.${config.user.name} = mkAliasDefinitions options.user;
nixpkgs.config.allowUnfree = true;
environment.extraInit =
concatStringsSep "\n"
(mapAttrsToList (n: v: "export ${n}=\"${v}\"") config.env);
};
}