Add home-manager
This commit is contained in:
parent
b3416f1f58
commit
eae3e9544c
5 changed files with 71 additions and 13 deletions
6
Makefile
Normal file
6
Makefile
Normal file
|
@ -0,0 +1,6 @@
|
|||
.PHONY: update clean
|
||||
update:
|
||||
home-manager switch --flake .#functionalhacker
|
||||
|
||||
clean:
|
||||
nix-collect-garbage -d
|
Loading…
Add table
Add a link
Reference in a new issue