mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 17:39:37 +08:00
xsuspender: correctly name default section
This commit is contained in:
committed by
Robert Helgesson
parent
95382060eb
commit
7c76f4a71f
@@ -162,7 +162,7 @@ in
|
||||
};
|
||||
in
|
||||
{
|
||||
default = mkSection cfg.defaults;
|
||||
Default = mkSection cfg.defaults;
|
||||
}
|
||||
// mapAttrs (_: mkSection) cfg.rules;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user