1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-26 08:28:30 +02:00

xsuspender: correctly name default section

This commit is contained in:
Andreas Fehn 2019-07-04 13:44:43 +02:00 committed by Robert Helgesson
parent 95382060eb
commit 7c76f4a71f
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

View File

@ -162,7 +162,7 @@ in
};
in
{
default = mkSection cfg.defaults;
Default = mkSection cfg.defaults;
}
// mapAttrs (_: mkSection) cfg.rules;