feat: Update flake inputs

This commit is contained in:
uttarayan21
2025-03-05 15:29:03 +05:30
parent ae75406863
commit 8024fd2c78
5 changed files with 131 additions and 116 deletions

View File

@@ -23,6 +23,20 @@ If you want to try my neovim config just do
nix run github:uttarayan21/dotfiles#neovim
```
### Install nix
```sh
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install
```
### Install this
```
#either this for macos
nix run nix-darwin -- switch --flake .#name
#or this for nixos
nixos-rebuild switch --flake .#name
```
### For nix