[feat] Add darwin
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
.PHONY: run build
|
||||
.PHONY: run build genzai
|
||||
default: build
|
||||
|
||||
|
||||
switch:
|
||||
nix run home-manager/master -- switch --flake ~/.local/share/dotfiles/config/nix
|
||||
init:
|
||||
nix run home-manager/master -- init --switch ~/.local/share/dotfiles/config/nix
|
||||
build:
|
||||
nix run home-manager/master -- build --flake ~/.local/share/dotfiles/config/nix
|
||||
|
||||
genzai:
|
||||
nix build .#homeConfigurations.genzai
|
||||
|
||||
Reference in New Issue
Block a user