From d38d52051546782a951b1ccc78939381abc9b2d1 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Thu, 24 Oct 2024 19:31:57 +0200 Subject: [PATCH] Change location of config dir --- users/seb/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/seb/home.nix b/users/seb/home.nix index b738a90..3725276 100644 --- a/users/seb/home.nix +++ b/users/seb/home.nix @@ -7,7 +7,7 @@ { imports = [ ../common-home.nix ]; - home.sessionVariables.FLAKE = "~/Projects/nixos/my-config"; + home.sessionVariables.FLAKE = "~/Projects/nixos-config"; myConfig = { sops.enable = true;