mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 17:39:37 +08:00
dircolors: remove no-op
This commit is contained in:
committed by
Austin Horstman
parent
5443ca20ed
commit
462363e248
@@ -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
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user