nix config udpate; polish top-level Justfile

This commit is contained in:
steveej 2018-11-03 11:03:03 +01:00
parent 0e2f704aa3
commit 239c2c9c44
8 changed files with 81 additions and 37 deletions

View file

@ -69,6 +69,10 @@ in {
};
home.sessionVariables = {
# TODO: find a way to prevent using a store path for the current file
# HM_CONFIG_PATH=builtins.toString "${./.}";
HM_CONFIG="fullblown-workstation";
GOPATH="$HOME/src/go";
PATH=pkgs.lib.concatStringsSep ":" [
@ -99,10 +103,7 @@ in {
# Version Control Systems
git-crypt
unstablepkgs.pijul
gitFull
gitless
mr
gitRepo
# Cloud/Remote System Management

View file

@ -56,6 +56,8 @@ in {
};
home.sessionVariables = {
HM_CONFIG=builtins.toString ./.;
GOPATH="$HOME/src/go";
PATH=pkgs.lib.concatStringsSep ":" [