From c1103ec8f623cf704bad874d9aee57ccbe43b7b1 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Fri, 21 Jun 2024 09:33:29 +0200 Subject: [PATCH] feat: sets username --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 1e4fc90..689a977 100644 --- a/flake.nix +++ b/flake.nix @@ -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;