summaryrefslogtreecommitdiff
path: root/nix/modules/home/user.nix
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@gmail.com>2025-09-07 00:37:22 -0700
committerPreston Pan <ret2pop@gmail.com>2025-09-07 00:37:22 -0700
commit8f4f46e59ad0b7c5662a417d10f3074f17c962c3 (patch)
tree0559b33322f902e76498b5864f39d8c663ce45a8 /nix/modules/home/user.nix
parent262a367c90362403ed5e0b4db41daf20e191538c (diff)
big update; fix vps and streamline some stuff
Diffstat (limited to 'nix/modules/home/user.nix')
-rw-r--r--nix/modules/home/user.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nix/modules/home/user.nix b/nix/modules/home/user.nix
index 0864baf..1e88b75 100644
--- a/nix/modules/home/user.nix
+++ b/nix/modules/home/user.nix
@@ -104,5 +104,4 @@ nix run github:nix-community/nixos-anywhere -- --generate-hardware-config nixos-
};
fonts.fontconfig.enable = true;
- nixpkgs.config.cudaSupport = lib.mkDefault config.monorepo.profiles.cuda.enable;
}