Define doom emacs installation revision
This commit is contained in:
18
home.nix
18
home.nix
@@ -79,14 +79,14 @@ with import <nixpkgs> {};
|
|||||||
# org.gradle.daemon.idletimeout=3600000
|
# org.gradle.daemon.idletimeout=3600000
|
||||||
# '';
|
# '';
|
||||||
|
|
||||||
#".config/emacs" = {
|
".config/emacs" = {
|
||||||
#source = fetchGit {
|
source = fetchGit {
|
||||||
#url = "https://github.com/doomemacs/doomemacs.git";
|
url = "https://github.com/doomemacs/doomemacs.git";
|
||||||
#rev = "1eaa1aef2ccbb2efbf71bc10b0526a63b8d6121f";
|
rev = "1eaa1aef2ccbb2efbf71bc10b0526a63b8d6121f";
|
||||||
#};
|
};
|
||||||
#recursive = true;
|
recursive = true;
|
||||||
#onChange = "bash -c \"doom sync -u -j $((`nproc`/4*3))\"";
|
onChange = "bash -c \"doom sync -u -j $((`nproc`/4*3))\"";
|
||||||
#};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
/*home.activation = {
|
/*home.activation = {
|
||||||
@@ -112,7 +112,7 @@ with import <nixpkgs> {};
|
|||||||
# /etc/profiles/per-user/johno/etc/profile.d/hm-session-vars.sh
|
# /etc/profiles/per-user/johno/etc/profile.d/hm-session-vars.sh
|
||||||
#
|
#
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
#DOOMLOCALDIR = "${config.xdg.dataHome}/doom";
|
DOOMLOCALDIR = "${config.xdg.dataHome}/doom";
|
||||||
};
|
};
|
||||||
|
|
||||||
home.sessionPath = [
|
home.sessionPath = [
|
||||||
|
|||||||
Reference in New Issue
Block a user