default: enable t480 module for ame
All checks were successful
ci/woodpecker/cron/flake-lock-update Pipeline was successful

This commit is contained in:
notohh 2024-03-31 19:01:08 -04:00
parent 0eaa9c1650
commit cab11efc8b
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

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