1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-29 01:48:31 +02:00

gnome-terminal: remove commented code

This commit is contained in:
Robert Helgesson 2017-11-15 15:11:31 +01:00
parent 1946343d5b
commit a36989a860
No known key found for this signature in database
GPG Key ID: C3DB11069E65DC86

View File

@ -146,7 +146,7 @@ let
{
"profiles:" = {
default = head (attrNames (filterAttrs (n: v: v.default) cfg.profile));
list = attrNames cfg.profile; #mapAttrsToList (n: v: n) cfg.profile;
list = attrNames cfg.profile;
};
}
//