From c945144a9c902aa9592fc128406ce7b6b53f7c2a Mon Sep 17 00:00:00 2001 From: 0xrsydn Date: Fri, 26 Sep 2025 16:41:06 +0700 Subject: [PATCH] chore:fix username on flake --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index f457f39..4abd8f0 100644 --- a/flake.nix +++ b/flake.nix @@ -35,7 +35,7 @@ sharedModules = [ ./modules/darwin/system.nix ]; - user = "rsydn"; + user = "rasyidanakbar"; mkDarwin = { system ? "aarch64-darwin", extraModules ? [ ] , homeFile ? ./modules/home/rsydn/base.nix }: