Compare commits

..

2 commits

Author SHA1 Message Date
cab11efc8b
default: enable t480 module for ame
All checks were successful
ci/woodpecker/cron/flake-lock-update Pipeline was successful
2024-03-31 19:01:08 -04:00
0eaa9c1650
flake.nix: enable nixos-hardware 2024-03-31 19:00:19 -04:00
3 changed files with 20 additions and 0 deletions

View file

@ -808,6 +808,22 @@
"type": "github"
}
},
"nixos-hardware": {
"locked": {
"lastModified": 1711352745,
"narHash": "sha256-luvqik+i3HTvCbXQZgB6uggvEcxI9uae0nmrgtXJ17U=",
"owner": "NixOS",
"repo": "nixos-hardware",
"rev": "9a763a7acc4cfbb8603bb0231fec3eda864f81c0",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "master",
"repo": "nixos-hardware",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1708475490,
@ -1152,6 +1168,7 @@
"nh": "nh",
"nix-gaming": "nix-gaming",
"nix-index-database": "nix-index-database",
"nixos-hardware": "nixos-hardware",
"nixpkgs": "nixpkgs_10",
"nur": "nur",
"pre-commit-hooks": "pre-commit-hooks",

View file

@ -17,6 +17,7 @@
hyprpicker.url = "github:hyprwm/hyprpicker";
hyprcursor.url = "github:hyprwm/hyprcursor";
xdg-portal-hyprland.url = "github:hyprwm/xdg-desktop-portal-hyprland";
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
hyprland-plugins = {
url = "github:hyprwm/hyprland-plugins";
inputs.hyprland.follows = "hyprland";

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;