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 ## Add Home Manager with niv
Home Manager: Home Manager:

View File

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

View File

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