feat: add hardware-configs
This commit is contained in:
parent
cacfc5b2d3
commit
21ea9638e5
3 changed files with 16 additions and 9 deletions
|
|
@ -23,7 +23,7 @@
|
|||
ags.url = "github:Aylur/ags";
|
||||
|
||||
};
|
||||
outputs = { self, nixpkgs, nixos-hardware, ... }@inputs: {
|
||||
outputs = { self, nixpkgs, ... }@inputs: {
|
||||
nixosConfigurations = {
|
||||
W530 = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
|
|
@ -53,8 +53,6 @@
|
|||
./modules
|
||||
./hosts/T430
|
||||
|
||||
nixos-hardware.nixosModules.lenovo-thinkpad-t430
|
||||
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue