This commit is contained in:
Daniel Langbein 2023-09-15 21:57:33 +02:00
parent ea3c67fa02
commit af09af9e79
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002
3 changed files with 6 additions and 0 deletions

View File

@ -140,6 +140,8 @@ with
{}
```
TODO: This does not yet work.
## Add Home Manager with niv
Home Manager:

View File

@ -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

View File

@ -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