added missing package inputs

This commit is contained in:
Natalie 2025-04-30 12:42:30 -07:00
parent 17abc9277d
commit 1904989c62
No known key found for this signature in database
GPG key ID: 61F4EAEB0C9C3D5F

View file

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