From 1904989c627cfd22a6d96e6bee22b1c7af62537d Mon Sep 17 00:00:00 2001 From: Natalie Date: Wed, 30 Apr 2025 12:42:30 -0700 Subject: [PATCH] added missing package inputs --- hosts/laptop/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/laptop/home.nix b/hosts/laptop/home.nix index 64a2897..f95fe9e 100644 --- a/hosts/laptop/home.nix +++ b/hosts/laptop/home.nix @@ -20,7 +20,7 @@ # shell = pkgs.fish; stateVersion = "23.05"; # Please read the comment before changing. - packages = pkgs.callPackage ../../modules/shared/packages.nix {}; + packages = pkgs.callPackage ../../modules/shared/packages.nix {inherit systemSettings;}; sessionPath = [ "$HOME/.emacs.d/bin"