Fix FLAKE env variable

This commit is contained in:
SebastianStork 2024-08-06 15:27:19 +02:00
parent 068841280e
commit c1a9c265fb
2 changed files with 3 additions and 1 deletions

View file

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