mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
docs
This commit is contained in:
parent
ea3c67fa02
commit
af09af9e79
@ -140,6 +140,8 @@ with
|
|||||||
{}
|
{}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
TODO: This does not yet work.
|
||||||
|
|
||||||
## Add Home Manager with niv
|
## Add Home Manager with niv
|
||||||
|
|
||||||
Home Manager:
|
Home Manager:
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
let
|
let
|
||||||
# Import Home Manager with niv.
|
# Import Home Manager with niv.
|
||||||
home-manager = (import ../../nix/sources.nix).home-manager;
|
home-manager = (import ../../nix/sources.nix).home-manager;
|
||||||
|
#home-manager-source = import (import ../../nix/sources.nix).home-manager {};
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
# Paths to other modules.
|
# Paths to other modules.
|
||||||
@ -17,6 +18,7 @@ in
|
|||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
# Home Manager.
|
# Home Manager.
|
||||||
(import "${home-manager}/nixos")
|
(import "${home-manager}/nixos")
|
||||||
|
#home-manager-source.nixos
|
||||||
../../modules/home-manager.nix
|
../../modules/home-manager.nix
|
||||||
# NUR.
|
# NUR.
|
||||||
../../modules/nur.nix
|
../../modules/nur.nix
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
let
|
let
|
||||||
# Import Home Manager with niv.
|
# Import Home Manager with niv.
|
||||||
home-manager = (import ../../nix/sources.nix).home-manager;
|
home-manager = (import ../../nix/sources.nix).home-manager;
|
||||||
|
#home-manager-source = import (import ../../nix/sources.nix).home-manager {};
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
# Paths to other modules.
|
# Paths to other modules.
|
||||||
@ -17,6 +18,7 @@ in
|
|||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
# Home Manager.
|
# Home Manager.
|
||||||
(import "${home-manager}/nixos")
|
(import "${home-manager}/nixos")
|
||||||
|
#home-manager-source.nixos
|
||||||
../../modules/home-manager.nix
|
../../modules/home-manager.nix
|
||||||
# NUR.
|
# NUR.
|
||||||
../../modules/nur.nix
|
../../modules/nur.nix
|
||||||
|
Loading…
Reference in New Issue
Block a user