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"