added missing package inputs
This commit is contained in:
parent
17abc9277d
commit
1904989c62
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue