Change location of config dir

This commit is contained in:
SebastianStork 2024-10-24 19:31:57 +02:00
parent 4b0508ee94
commit d38d520515

View file

@ -7,7 +7,7 @@
{ {
imports = [ ../common-home.nix ]; imports = [ ../common-home.nix ];
home.sessionVariables.FLAKE = "~/Projects/nixos/my-config"; home.sessionVariables.FLAKE = "~/Projects/nixos-config";
myConfig = { myConfig = {
sops.enable = true; sops.enable = true;