summaryrefslogtreecommitdiff
path: root/nix/systems/affinity/home.nix
blob: 7c8a1190238585b585b5412e2d86ab227027a405 (plain)
1
2
3
4
5
6
7
8
9
{ lib, config, pkgs, ... }:
{
  imports = [
    ../home-common.nix
  ];
  config.monorepo = {
    profiles.cuda.enable = true;
  };
}