home dir updates

This commit is contained in:
John Lancaster
2024-12-29 13:47:27 -06:00
parent a8c4b75eb1
commit 321b5f7e3c
3 changed files with 6 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
{ pkgs, userSettings, systemSettings, ... }:
{ pkgs, lib, userSettings, systemSettings, ... }:
{
imports = [
(import ./home-manager/home.nix {inherit systemSettings userSettings;})
(import ./home-manager/home.nix {inherit systemSettings userSettings lib;})
./nixos
./scripts
];