1
Fork 0

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:
Matei Adriel 2020-04-10 15:04:09 +03:00
parent 3242330db4
commit f59a21f697

View file

@ -1,6 +1,6 @@
{ ... }:
with import ../../secrets.nix; {
home-manager.users.brett.home.sessionVariables = {
home-manager.users.adrielus.home.sessionVariables = {
inherit GITHUB_TOKEN;
GITHUB_USERNAME = "Mateiadrielrafael";
};