mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-12-10 03:49:44 +00:00
feat(y2q): rename home-manager config from android to toast
This commit is contained in:
parent
6ff05be31f
commit
179c67f058
2 changed files with 3 additions and 3 deletions
|
|
@ -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 ];
|
||||
|
|
|
|||
|
|
@ -14,8 +14,8 @@
|
|||
];
|
||||
|
||||
home = {
|
||||
username = "android";
|
||||
homeDirectory = "/home/android";
|
||||
username = "toast";
|
||||
homeDirectory = "/home/toast";
|
||||
stateVersion = "24.11";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue