Add offline home manager switch option
This commit is contained in:
parent
e480c1abcc
commit
f0b7ad9213
2 changed files with 3 additions and 2 deletions
|
|
@ -63,7 +63,7 @@
|
|||
};
|
||||
|
||||
matmeet = {
|
||||
template = "baisc";
|
||||
template = "basic";
|
||||
name = "MaterialMeet";
|
||||
codePath = "/Users/yanlin/Documents/Projects/Material Project Group Meeting";
|
||||
description = "Material Meeting Slides";
|
||||
|
|
|
|||
|
|
@ -42,6 +42,7 @@ in
|
|||
# Nix helpers
|
||||
hm = "home-manager";
|
||||
hms = "home-manager switch --flake ~/.config/nix#yanlin";
|
||||
hms-offline = "home-manager switch --flake ~/.config/nix#yanlin --option substitute false";
|
||||
|
||||
# Project shortcuts
|
||||
proj = "${projectLauncher}";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue