From 179c67f058ef26cd1a49e0d3108d435e2ea9fda0 Mon Sep 17 00:00:00 2001 From: lightly-toasted Date: Sat, 6 Dec 2025 14:06:21 +0900 Subject: [PATCH] feat(y2q): rename home-manager config from android to toast --- flake.nix | 2 +- home/hosts/y2q.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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"; };