change username to a global var
This commit is contained in:
parent
f080989d8b
commit
d17afc3fb3
6 changed files with 9 additions and 11 deletions
|
|
@ -40,6 +40,7 @@
|
|||
{ nixpkgs, self, ...} @ inputs:
|
||||
let
|
||||
selfPkgs = import ./pkgs;
|
||||
username = "frostphoenix";
|
||||
in
|
||||
{
|
||||
overlays.default = selfPkgs.overlay;
|
||||
|
|
|
|||
Reference in a new issue