From f476755ac396ce72fdb56dbfa56cf315092fccd7 Mon Sep 17 00:00:00 2001 From: Stefan Junker Date: Sat, 3 Nov 2018 19:33:58 +0100 Subject: [PATCH] home-manager: cleanup&rename configuration --- nix/home-manager/configuration/graphical-fullblown.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/home-manager/configuration/graphical-fullblown.nix b/nix/home-manager/configuration/graphical-fullblown.nix index e766ab8..df7a829 100644 --- a/nix/home-manager/configuration/graphical-fullblown.nix +++ b/nix/home-manager/configuration/graphical-fullblown.nix @@ -58,7 +58,7 @@ 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"; + HM_CONFIG="graphical-fullblown"; GOPATH="$HOME/src/go";