feat(y2q): rename home-manager config from android to toast

This commit is contained in:
toast 2025-12-06 14:06:21 +09:00
parent 6ff05be31f
commit 179c67f058
2 changed files with 3 additions and 3 deletions

View file

@ -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 ];

View file

@ -14,8 +14,8 @@
];
home = {
username = "android";
homeDirectory = "/home/android";
username = "toast";
homeDirectory = "/home/toast";
stateVersion = "24.11";
};