mirror of
https://github.com/nix-community/home-manager
synced 2024-11-17 16:49:45 +01:00
gnome-terminal: remove commented code
This commit is contained in:
parent
1946343d5b
commit
a36989a860
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ let
|
||||||
{
|
{
|
||||||
"profiles:" = {
|
"profiles:" = {
|
||||||
default = head (attrNames (filterAttrs (n: v: v.default) cfg.profile));
|
default = head (attrNames (filterAttrs (n: v: v.default) cfg.profile));
|
||||||
list = attrNames cfg.profile; #mapAttrsToList (n: v: n) cfg.profile;
|
list = attrNames cfg.profile;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in a new issue