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
home.packages = with pkgs; [
npm
gcc
unzip
home.packages = [
pkgs.npm
pkgs.gcc
pkgs.unzip
];
# Link the nvchad files to my homedir