c2: hw tuning

This commit is contained in:
Henri Dohmen 2025-04-19 23:43:16 +02:00
parent 62d3765e58
commit f52a8f225b
3 changed files with 36 additions and 5 deletions

View file

@ -1,6 +1,7 @@
{
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
home-manager = {
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
@ -11,6 +12,7 @@
{
self,
nixpkgs,
nixos-hardware,
home-manager,
}@inputs:
let