mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 15:11:34 +01:00
Change location of config dir
This commit is contained in:
parent
4b0508ee94
commit
d38d520515
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue