mirror of
https://github.com/nix-community/home-manager
synced 2024-11-06 03:09:45 +01:00
docs: fix note blocks
This commit is contained in:
parent
fc77ecf2ff
commit
b16e97f9b2
3 changed files with 3 additions and 3 deletions
|
@ -48,7 +48,7 @@ $ # And after the initial activation.
|
||||||
$ home-manager switch --flake ~/hmconf
|
$ home-manager switch --flake ~/hmconf
|
||||||
```
|
```
|
||||||
|
|
||||||
::: note
|
::: {.note}
|
||||||
The flake inputs are not automatically updated by Home Manager. You need
|
The flake inputs are not automatically updated by Home Manager. You need
|
||||||
to use the standard `nix flake update` command for that.
|
to use the standard `nix flake update` command for that.
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ which is typically found at `~/.config/home-manager/home.nix` in the
|
||||||
standard installation or `~/.config/home-manager/flake.nix` in a Nix
|
standard installation or `~/.config/home-manager/flake.nix` in a Nix
|
||||||
flake based installation.
|
flake based installation.
|
||||||
|
|
||||||
::: note
|
::: {.note}
|
||||||
The default configuration used to be placed in `~/.config/nixpkgs`¸ so
|
The default configuration used to be placed in `~/.config/nixpkgs`¸ so
|
||||||
you may see references to that elsewhere. The old directory still works
|
you may see references to that elsewhere. The old directory still works
|
||||||
but Home Manager will print a warning message when used.
|
but Home Manager will print a warning message when used.
|
||||||
|
|
|
@ -29,7 +29,7 @@ A fresh install of Home Manager will generate a minimal
|
||||||
|
|
||||||
You can use this as a base for your further configurations.
|
You can use this as a base for your further configurations.
|
||||||
|
|
||||||
::: note
|
::: {.note}
|
||||||
If you are not very familiar with the Nix language and NixOS modules
|
If you are not very familiar with the Nix language and NixOS modules
|
||||||
then it is encouraged to start with small and simple changes. As you
|
then it is encouraged to start with small and simple changes. As you
|
||||||
learn you can gradually grow the configuration with confidence.
|
learn you can gradually grow the configuration with confidence.
|
||||||
|
|
Loading…
Reference in a new issue