auto-run home-manager
This commit is contained in:
@@ -4,7 +4,7 @@ pkgs: {
|
|||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
syntaxHighlighting.enable = true;
|
syntaxHighlighting.enable = true;
|
||||||
enableAutosuggestions = true;
|
autosuggestion.enable = true;
|
||||||
historySubstringSearch.enable = true;
|
historySubstringSearch.enable = true;
|
||||||
history.share = false;
|
history.share = false;
|
||||||
cdpath = ["~/source"];
|
cdpath = ["~/source"];
|
||||||
|
|||||||
3
run_after_home-manager.sh
Normal file
3
run_after_home-manager.sh
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
home-manager switch
|
||||||
Reference in New Issue
Block a user