mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-20 21:58:06 +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
|
||||
|
||||
Home Manager:
|
||||
|
@ -6,6 +6,7 @@
|
||||
let
|
||||
# Import Home Manager with niv.
|
||||
home-manager = (import ../../nix/sources.nix).home-manager;
|
||||
#home-manager-source = import (import ../../nix/sources.nix).home-manager {};
|
||||
in
|
||||
{
|
||||
# Paths to other modules.
|
||||
@ -17,6 +18,7 @@ in
|
||||
./hardware-configuration.nix
|
||||
# Home Manager.
|
||||
(import "${home-manager}/nixos")
|
||||
#home-manager-source.nixos
|
||||
../../modules/home-manager.nix
|
||||
# NUR.
|
||||
../../modules/nur.nix
|
||||
|
@ -6,6 +6,7 @@
|
||||
let
|
||||
# Import Home Manager with niv.
|
||||
home-manager = (import ../../nix/sources.nix).home-manager;
|
||||
#home-manager-source = import (import ../../nix/sources.nix).home-manager {};
|
||||
in
|
||||
{
|
||||
# Paths to other modules.
|
||||
@ -17,6 +18,7 @@ in
|
||||
./hardware-configuration.nix
|
||||
# Home Manager.
|
||||
(import "${home-manager}/nixos")
|
||||
#home-manager-source.nixos
|
||||
../../modules/home-manager.nix
|
||||
# NUR.
|
||||
../../modules/nur.nix
|
||||
|
Loading…
Reference in New Issue
Block a user