mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 11:39:46 +01:00
aerc: cleanup unused bindings
This commit is contained in:
parent
90e62f96c7
commit
35cbed7ac7
2 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ config, lib, pkgs, confSections, confSection, ... }:
|
{ config, lib, confSections, confSection, ... }:
|
||||||
|
|
||||||
with lib;
|
with lib;
|
||||||
|
|
||||||
|
|
|
@ -104,7 +104,6 @@ in {
|
||||||
let
|
let
|
||||||
global = conf.global or { };
|
global = conf.global or { };
|
||||||
local = removeAttrs conf [ "global" ];
|
local = removeAttrs conf [ "global" ];
|
||||||
optNewLine = if global != { } && local != { } then "\n" else "";
|
|
||||||
mkValueString = v:
|
mkValueString = v:
|
||||||
if isList v then # join with comma
|
if isList v then # join with comma
|
||||||
concatStringsSep "," (map (generators.mkValueStringDefault { }) v)
|
concatStringsSep "," (map (generators.mkValueStringDefault { }) v)
|
||||||
|
|
Loading…
Reference in a new issue