mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 15:14:26 +00:00
xsuspender: correctly name default section
This commit is contained in:
parent
95382060eb
commit
7c76f4a71f
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ in
|
|||
};
|
||||
in
|
||||
{
|
||||
default = mkSection cfg.defaults;
|
||||
Default = mkSection cfg.defaults;
|
||||
}
|
||||
// mapAttrs (_: mkSection) cfg.rules;
|
||||
|
||||
|
|
Loading…
Reference in a new issue