diff --git a/flake.nix b/flake.nix index 5435b57..ea47471 100644 --- a/flake.nix +++ b/flake.nix @@ -70,7 +70,7 @@ extraSpecialArgs = { inherit inputs rootPath; }; modules = [ ./home/hosts/wsl.nix ]; }; - "android@y2q" = home-manager.lib.homeManagerConfiguration { + "toast@y2q" = home-manager.lib.homeManagerConfiguration { pkgs = nixpkgs.legacyPackages.aarch64-linux; extraSpecialArgs = { inherit inputs rootPath; }; modules = [ ./home/hosts/y2q.nix ]; diff --git a/home/hosts/y2q.nix b/home/hosts/y2q.nix index 1a66ab1..c761a92 100644 --- a/home/hosts/y2q.nix +++ b/home/hosts/y2q.nix @@ -14,8 +14,8 @@ ]; home = { - username = "android"; - homeDirectory = "/home/android"; + username = "toast"; + homeDirectory = "/home/toast"; stateVersion = "24.11"; };