1
Fork 0

Fix HM import in flake.nix

This commit is contained in:
prescientmoon 2024-08-26 18:12:43 +02:00
parent 5eb6987d6c
commit e382175004
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4

View file

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