Ajout de la docs pour home manager
This commit is contained in:
parent
6d12acaf96
commit
e018164949
3 changed files with 60 additions and 0 deletions
18
docs/home_manager/HOME.md
Normal file
18
docs/home_manager/HOME.md
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Home manager
|
||||
|
||||
Inutile si on utilise flakes
|
||||
|
||||
## Installation
|
||||
|
||||
*sudo si l'on souhaite utiliser le module NixOS depuis /etc/nixos/configuration.nix*
|
||||
```bash
|
||||
nix-channel --add https://github.com/nix-community/home-manager/archive/master.tar.gz home-manager
|
||||
```
|
||||
or
|
||||
```bash
|
||||
nix-channel --add https://github.com/nix-community/home-manager/archive/release-${NIX_VERSION}.tar.gz home-manager
|
||||
```
|
||||
|
||||
```bash
|
||||
nix-channel --update
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue