Testing
This commit is contained in:
parent
36d08a8159
commit
0beae6a955
2 changed files with 3 additions and 1 deletions
|
@ -8,6 +8,8 @@ nixos-rebuild switch --flake '/etc/nixos#<HOSTNAME>'
|
|||
|
||||
---
|
||||
# To Do List
|
||||
* [ ] ranger
|
||||
* [ ] Set up `kitten icat` as the image viewer program
|
||||
* [ ] emacs
|
||||
* [ ] Add bracket auto-completion
|
||||
* [ ] Find a way to have magit save login credentials
|
||||
|
|
|
@ -14,9 +14,9 @@
|
|||
|
||||
# nvchad requires gcc, npm, and unzip
|
||||
home.packages = [
|
||||
pkgs.npm
|
||||
pkgs.gcc
|
||||
pkgs.unzip
|
||||
pkgs.nodejs_20
|
||||
];
|
||||
|
||||
# Link the nvchad files to my homedir
|
||||
|
|
Loading…
Reference in a new issue