mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2026-05-07 13:36:24 +00:00
feat: add ideapad host
This commit is contained in:
parent
bf7e249d5b
commit
7cfc801165
10 changed files with 152 additions and 5 deletions
|
|
@ -58,6 +58,10 @@
|
|||
specialArgs = { inherit inputs rootPath; };
|
||||
modules = [ ./hosts/vps/configuration.nix ];
|
||||
};
|
||||
ideapad = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = { inherit inputs rootPath; };
|
||||
modules = [ ./hosts/ideapad/configuration.nix ];
|
||||
};
|
||||
};
|
||||
|
||||
homeConfigurations = {
|
||||
|
|
@ -76,6 +80,11 @@
|
|||
extraSpecialArgs = { inherit inputs rootPath; };
|
||||
modules = [ ./home/hosts/y2q.nix ];
|
||||
};
|
||||
"toast@ideapad" = home-manager.lib.homeManagerConfiguration {
|
||||
pkgs = nixpkgs.legacyPackages.x86_64-linux;
|
||||
extraSpecialArgs = { inherit inputs rootPath; };
|
||||
modules = [ ./home/hosts/ideapad.nix ];
|
||||
};
|
||||
};
|
||||
|
||||
devShells = forAllSystems (system:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue