Added some nix config

This commit is contained in:
2024-12-27 21:26:22 -05:00
parent f2a7e1b50a
commit 9b9961edee
2 changed files with 6 additions and 0 deletions

View File

@@ -61,6 +61,9 @@ node:
source ~/.nvm/nvm.sh source ~/.nvm/nvm.sh
nvm install node nvm install node
nix:
sh <(curl -L https://nixos.org/nix/install) --daemon
font myfont="Meslo": font myfont="Meslo":
#!/usr/bin/env bash #!/usr/bin/env bash
wget https://github.com/ryanoasis/nerd-fonts/releases/download/v2.1.0/{{myfont}}.zip wget https://github.com/ryanoasis/nerd-fonts/releases/download/v2.1.0/{{myfont}}.zip

View File

@@ -0,0 +1,3 @@
{
allowUnfree = true;
}