Fix HM import in flake.nix
This commit is contained in:
parent
5eb6987d6c
commit
e382175004
|
@ -148,7 +148,7 @@
|
|||
(
|
||||
{ lib, ... }:
|
||||
{
|
||||
imports = lib.lists.optional (builtins.pathExists ./home/${hostname}.nix) [
|
||||
imports = lib.lists.optionals (builtins.pathExists ./home/${hostname}.nix) [
|
||||
home-manager.nixosModules.home-manager
|
||||
{
|
||||
home-manager.users.pilot = import ./home/${hostname}.nix;
|
||||
|
|
Loading…
Reference in a new issue