7 lines
187 B
Makefile
7 lines
187 B
Makefile
.PHONY: run build
|
|
switch:
|
|
nix run home-manager/master -- init --switch ~/.local/share/dotfiles/config/nix
|
|
|
|
build:
|
|
nix run home-manager/master -- init ~/.local/share/dotfiles/config/nix
|