mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 19:46:05 +01:00
dircolors: remove no-op
This commit is contained in:
parent
5443ca20ed
commit
462363e248
1 changed files with 1 additions and 2 deletions
|
|
@ -68,8 +68,7 @@ in
|
|||
if config.home.preferXdgDirectories then "${config.xdg.configHome}/dir_colors" else "~/.dir_colors";
|
||||
|
||||
dircolorsConfig = lib.concatStringsSep "\n" (
|
||||
[ ]
|
||||
++ lib.mapAttrsToList formatLine cfg.settings
|
||||
lib.mapAttrsToList formatLine cfg.settings
|
||||
++ [ "" ]
|
||||
++ lib.optional (cfg.extraConfig != "") cfg.extraConfig
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue