This commit is contained in:
iFargle 2023-08-29 21:17:12 +09:00
parent 830309f480
commit 36d08a8159

View file

@ -13,10 +13,10 @@
}; };
# nvchad requires gcc, npm, and unzip # nvchad requires gcc, npm, and unzip
home.packages = with pkgs; [ home.packages = [
npm pkgs.npm
gcc pkgs.gcc
unzip pkgs.unzip
]; ];
# Link the nvchad files to my homedir # Link the nvchad files to my homedir