mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 14:01:34 +01:00
Fix FLAKE env variable
This commit is contained in:
parent
068841280e
commit
c1a9c265fb
2 changed files with 3 additions and 1 deletions
|
|
@ -7,6 +7,8 @@
|
|||
{
|
||||
imports = [ ../common-home.nix ];
|
||||
|
||||
home.sessionVariables.FLAKE = "~/Projects/nixos/my-config";
|
||||
|
||||
myConfig = {
|
||||
sops.enable = true;
|
||||
shell.zsh.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue