mirror of
https://github.com/zoriya/home-manager.git
synced 2026-06-07 12:15:34 +00:00
gnome-terminal: remove commented code
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user