[feat] Update some stuff
This commit is contained in:
12
config/nix/justfile
Normal file
12
config/nix/justfile
Normal 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 .
|
||||
Reference in New Issue
Block a user