1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Do not excessively quote

This commit is contained in:
RGBCube 2025-01-08 18:31:17 +03:00
parent 444d40c6e9
commit 29fce84e3b
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

View file

@ -77,7 +77,7 @@
(map (keyAndValue: nameValuePair (first keyAndValue) (last keyAndValue))) (map (keyAndValue: nameValuePair (first keyAndValue) (last keyAndValue)))
(foldl' (x: y: x // y) {}) (foldl' (x: y: x // y) {})
]; ];
in mapAttrs (const (value: ''"${value}"'')) (environmentVariables // homeVariables // homeVariablesExtra); in environmentVariables // homeVariables // homeVariablesExtra;
shellAliases = (attrsets.removeAttrs config.environment.shellAliases [ "ls" "l" ]) // { shellAliases = (attrsets.removeAttrs config.environment.shellAliases [ "ls" "l" ]) // {
cdtmp = "cd (mktemp --directory)"; cdtmp = "cd (mktemp --directory)";