aboutsummaryrefslogtreecommitdiff
path: root/nix/systems/affinity/home.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/systems/affinity/home.nix')
-rw-r--r--nix/systems/affinity/home.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/nix/systems/affinity/home.nix b/nix/systems/affinity/home.nix
new file mode 100644
index 0000000..7b08138
--- /dev/null
+++ b/nix/systems/affinity/home.nix
@@ -0,0 +1,9 @@
+{ lib, config, pkgs, ... }:
+{
+ imports = [
+ ../../modules/home/default.nix
+ ];
+ config.monorepo = {
+ profiles.cuda.enable = true;
+ };
+}