[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

20
Makefile Normal file
View File

@@ -0,0 +1,20 @@
.PHONY: darwin home default nixos just
default: just
just:
just
darwin:
nix run nix-darwin -- switch --flake . --show-trace
build_darwin:
nix run nix-darwin -- build --flake .
home:
nix --extra-experimental-features "nix-command flakes" run home-manager/master -- switch --flake .
nixos:
sudo nixos-rebuild switch --flake .
test_nixos:
sudo nixos-rebuild test --fast --flake .