feat: improve GPU support for modules

This commit is contained in:
2026-01-25 16:19:09 +01:00
parent b4a57a8f64
commit 21e85fc77b
6 changed files with 29 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;