home-manager: cleanup&rename configuration

This commit is contained in:
steveej 2018-11-03 19:33:58 +01:00
parent eced1a3bc1
commit f476755ac3

View file

@ -58,7 +58,7 @@ in {
home.sessionVariables = { home.sessionVariables = {
# TODO: find a way to prevent using a store path for the current file # TODO: find a way to prevent using a store path for the current file
# HM_CONFIG_PATH=builtins.toString "${./.}"; # HM_CONFIG_PATH=builtins.toString "${./.}";
HM_CONFIG="fullblown-workstation"; HM_CONFIG="graphical-fullblown";
GOPATH="$HOME/src/go"; GOPATH="$HOME/src/go";