feat: improve GPU support for modules

This commit is contained in:
2026-01-25 16:19:09 +01:00
parent 4d752e0ab4
commit 3c3caa6750
6 changed files with 31 additions and 9 deletions

View File

@@ -1,6 +1,7 @@
{config, ...}: {
imports = [../home.nix];
home = {
gpuType = "amd";
cli.nh.flake = "${config.home.homeDirectory}/.dotfiles";
dev.ai = {
enable = true;