fixes for zsh

This commit is contained in:
John Lancaster
2025-04-04 00:08:52 -05:00
parent feae94f042
commit e73e22d0b5
3 changed files with 5 additions and 4 deletions

View File

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