default: enable t480 module for ame
All checks were successful
ci/woodpecker/cron/flake-lock-update Pipeline was successful
All checks were successful
ci/woodpecker/cron/flake-lock-update Pipeline was successful
This commit is contained in:
parent
0eaa9c1650
commit
cab11efc8b
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,7 @@ inputs: let
|
|||
nurModule = inputs.nur.nixosModules.nur;
|
||||
hypridleModule = inputs.hypridle.homeManagerModules.default;
|
||||
hyprlockModule = inputs.hyprlock.homeManagerModules.default;
|
||||
t480Module = inputs.nixos-hardware.nixosModules.lenovo-thinkpad-t480;
|
||||
inherit (inputs.nixpkgs.lib) nixosSystem;
|
||||
in {
|
||||
tsuki = nixosSystem {
|
||||
|
@ -111,6 +112,7 @@ in {
|
|||
./ame
|
||||
sopsModule
|
||||
hmModule
|
||||
t480Module
|
||||
{
|
||||
home-manager = {
|
||||
useGlobalPkgs = true;
|
||||
|
|
Loading…
Reference in a new issue