6 lines
192 B
Makefile
6 lines
192 B
Makefile
.PHONY: run 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
|