feat: sets username

This commit is contained in:
Ahwx 2024-06-21 09:33:29 +02:00
parent f3717bacfd
commit c1103ec8f6

View file

@ -39,7 +39,7 @@
outputs = { nixpkgs, self, ...} @ inputs:
let
selfPkgs = import ./pkgs;
username = "frostphoenix";
username = "liv";
system = "x86_64-linux";
pkgs = import nixpkgs {
inherit system;