laptop(npu): added support

This commit is contained in:
2026-01-04 11:18:40 +00:00
parent 95178cab63
commit d64b22e394
2 changed files with 23 additions and 9 deletions

View File

@@ -116,6 +116,14 @@
};
});
})
(self: super: {
intel-npu-driver = super.intel-npu-driver.overrideAttrs (oldAttrs: rec {
installPhase = ''
mkdir -p $out/lib/firmware
${oldAttrs.installPhase}
'';
});
})
];
utils = nix-meow.lib.setup {
inherit (inputs) home-manager nixpkgs;