[feat] Update some stuff

This commit is contained in:
uttarayan21
2024-03-13 03:48:00 +05:30
parent 1f258a8e76
commit 08145342a0
3 changed files with 28 additions and 29 deletions

12
config/nix/justfile Normal file
View File

@@ -0,0 +1,12 @@
set dotenv-load
[macos]
install:
nix run nix-darwin -- switch --flake .
[linux]
install:
sudo nixos-rebuild switch --flake .
home:
nix --extra-experimental-features "nix-command flakes" run home-manager/master -- switch --flake .