Add packages
This commit is contained in:
parent
543ac12820
commit
830309f480
2 changed files with 7 additions and 1 deletions
|
@ -12,6 +12,13 @@
|
|||
];
|
||||
};
|
||||
|
||||
# nvchad requires gcc, npm, and unzip
|
||||
home.packages = with pkgs; [
|
||||
npm
|
||||
gcc
|
||||
unzip
|
||||
];
|
||||
|
||||
# Link the nvchad files to my homedir
|
||||
# https://mipmip.github.io/home-manager-option-search/?query=xdg.dataFile
|
||||
xdg.configFile."nvim" = {
|
||||
|
|
|
@ -43,7 +43,6 @@
|
|||
gnupg
|
||||
jq
|
||||
exa
|
||||
gcc
|
||||
];
|
||||
|
||||
# Select internationalisation properties.
|
||||
|
|
Loading…
Reference in a new issue