Add packages

This commit is contained in:
iFargle 2023-08-29 21:15:01 +09:00
parent 543ac12820
commit 830309f480
2 changed files with 7 additions and 1 deletions

View file

@ -12,6 +12,13 @@
]; ];
}; };
# nvchad requires gcc, npm, and unzip
home.packages = with pkgs; [
npm
gcc
unzip
];
# Link the nvchad files to my homedir # Link the nvchad files to my homedir
# https://mipmip.github.io/home-manager-option-search/?query=xdg.dataFile # https://mipmip.github.io/home-manager-option-search/?query=xdg.dataFile
xdg.configFile."nvim" = { xdg.configFile."nvim" = {

View file

@ -43,7 +43,6 @@
gnupg gnupg
jq jq
exa exa
gcc
]; ];
# Select internationalisation properties. # Select internationalisation properties.