test
This commit is contained in:
parent
830309f480
commit
36d08a8159
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue