Add logseq and environment options

This commit is contained in:
Greg Hellings
2024-01-23 14:46:59 -06:00
parent 91e541ed5f
commit c282bdff26
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -7,5 +7,6 @@
home.packages = with pkgs; [
(mumble.override { pulseSupport = true; })
fluffychat
logseq
];
}
+2
View File
@@ -25,6 +25,8 @@
LESS_TERMCAP_us = "\\033[00;36m"; # begin underline
LESS_TERMCAP_ue = "\\033[0m"; # end underline
COMPASS_SKIP_ORIGIN_CHECK = "True";
GOPATH = "${config.home.homeDirectory}/src/go";
GOBIN = "${config.home.homeDirectory}/src/bin";