CAPITAL!!

This commit is contained in:
Benjamin Palko 2024-08-03 19:59:54 -04:00
parent c3b05e35f1
commit 04741d27a9

View file

@ -39,6 +39,6 @@
home.sessionVariables = { home.sessionVariables = {
EDITOR = "nvim"; EDITOR = "nvim";
VCPKG_ROOT = "${pkgs.vcpkg.outpath}"; VCPKG_ROOT = "${pkgs.vcpkg.outPath}";
}; };
} }