Add logseq and environment options
This commit is contained in:
@@ -7,5 +7,6 @@
|
|||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
(mumble.override { pulseSupport = true; })
|
(mumble.override { pulseSupport = true; })
|
||||||
fluffychat
|
fluffychat
|
||||||
|
logseq
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -25,6 +25,8 @@
|
|||||||
LESS_TERMCAP_us = "\\033[00;36m"; # begin underline
|
LESS_TERMCAP_us = "\\033[00;36m"; # begin underline
|
||||||
LESS_TERMCAP_ue = "\\033[0m"; # end underline
|
LESS_TERMCAP_ue = "\\033[0m"; # end underline
|
||||||
|
|
||||||
|
COMPASS_SKIP_ORIGIN_CHECK = "True";
|
||||||
|
|
||||||
GOPATH = "${config.home.homeDirectory}/src/go";
|
GOPATH = "${config.home.homeDirectory}/src/go";
|
||||||
GOBIN = "${config.home.homeDirectory}/src/bin";
|
GOBIN = "${config.home.homeDirectory}/src/bin";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user