fix: oops, even tho I deleted the variables I forgot to change the user after I copied the sessionVariables file from Bretts template lol
This commit is contained in:
parent
3242330db4
commit
f59a21f697
|
@ -1,6 +1,6 @@
|
||||||
{ ... }:
|
{ ... }:
|
||||||
with import ../../secrets.nix; {
|
with import ../../secrets.nix; {
|
||||||
home-manager.users.brett.home.sessionVariables = {
|
home-manager.users.adrielus.home.sessionVariables = {
|
||||||
inherit GITHUB_TOKEN;
|
inherit GITHUB_TOKEN;
|
||||||
GITHUB_USERNAME = "Mateiadrielrafael";
|
GITHUB_USERNAME = "Mateiadrielrafael";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue