Skip to content

Commit a815919

Browse files
committed
flake-module: fix naming
1 parent 234613d commit a815919

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

docs/manual/nix-flakes/flake-parts.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# flake-parts module {#sec-flakes-flake-parts-module}
22

33
When using [flake-parts](https://flake.parts)
4-
you may wish to import home-manager's flake module,
4+
you may wish to import Home Manager's flake module,
55
`flakeModules.home-manager`.
66

77
``` nix
@@ -37,4 +37,3 @@ modules.
3737
If you are only defining `homeModules` and/or `homeConfigurations` once in a
3838
single module, flake-parts should work fine without importing
3939
`flakeModules.home-manager`.
40-

flake-module.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ in {
77
type = types.lazyAttrsOf types.raw;
88
default = { };
99
description = ''
10-
Instantiated Home-Manager configurations.
10+
Instantiated Home Manager configurations.
1111
1212
`homeConfigurations` is for specific installations. If you want to expose
1313
reusable configurations, add them to `homeModules` in the form of modules, so
@@ -22,7 +22,7 @@ in {
2222
imports = [ v ];
2323
});
2424
description = ''
25-
Home-Manager modules.
25+
Home Manager modules.
2626
2727
You may use this for reusable pieces of configuration, service modules, etc.
2828
'';

0 commit comments

Comments
 (0)