This commit is contained in:
albert 2023-08-29 21:48:52 +09:00
parent 36d08a8159
commit 0beae6a955
2 changed files with 3 additions and 1 deletions

View file

@ -8,6 +8,8 @@ nixos-rebuild switch --flake '/etc/nixos#<HOSTNAME>'
--- ---
# To Do List # To Do List
* [ ] ranger
* [ ] Set up `kitten icat` as the image viewer program
* [ ] emacs * [ ] emacs
* [ ] Add bracket auto-completion * [ ] Add bracket auto-completion
* [ ] Find a way to have magit save login credentials * [ ] Find a way to have magit save login credentials

View file

@ -14,9 +14,9 @@
# nvchad requires gcc, npm, and unzip # nvchad requires gcc, npm, and unzip
home.packages = [ home.packages = [
pkgs.npm
pkgs.gcc pkgs.gcc
pkgs.unzip pkgs.unzip
pkgs.nodejs_20
]; ];
# Link the nvchad files to my homedir # Link the nvchad files to my homedir