File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
# flake-parts module {#sec-flakes-flake-parts-module}
2
2
3
3
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,
5
5
` flakeModules.home-manager ` .
6
6
7
7
``` nix
@@ -37,4 +37,3 @@ modules.
37
37
If you are only defining ` homeModules ` and/or ` homeConfigurations ` once in a
38
38
single module, flake-parts should work fine without importing
39
39
` flakeModules.home-manager ` .
40
-
Original file line number Diff line number Diff line change 7
7
type = types . lazyAttrsOf types . raw ;
8
8
default = { } ;
9
9
description = ''
10
- Instantiated Home- Manager configurations.
10
+ Instantiated Home Manager configurations.
11
11
12
12
`homeConfigurations` is for specific installations. If you want to expose
13
13
reusable configurations, add them to `homeModules` in the form of modules, so
22
22
imports = [ v ] ;
23
23
} ) ;
24
24
description = ''
25
- Home- Manager modules.
25
+ Home Manager modules.
26
26
27
27
You may use this for reusable pieces of configuration, service modules, etc.
28
28
'' ;
You can’t perform that action at this time.
0 commit comments