[feat] Restructure the repo

This commit is contained in:
uttarayan21
2024-03-13 23:04:54 +05:30
parent f5bcff9c73
commit 6961bb2733
125 changed files with 0 additions and 5411 deletions

12
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 .