From ab72e2906d3b101d297f6b3750ed4acd37ee8344 Mon Sep 17 00:00:00 2001 From: Jakub Stachurski Date: Thu, 5 Mar 2026 10:54:52 +0100 Subject: Fix some hyprland and add cuda substituter. --- modules/default.nix | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'modules') diff --git a/modules/default.nix b/modules/default.nix index 3c1dc71..50d36db 100644 --- a/modules/default.nix +++ b/modules/default.nix @@ -22,10 +22,18 @@ }) ]; - nix.settings.experimental-features = [ - "nix-command" - "flakes" - ]; + nix.settings = { + experimental-features = [ + "nix-command" + "flakes" + ]; + substituters = [ + "https://cache.nixos-cuda.org" + ]; + trusted-public-keys = [ + "cache.nixos-cuda.org:74DUi4Ye579gUqzH4ziL9IyiJBlDpMRn9MBN8oNan9M=" + ]; + }; nixpkgs = { config = { permittedInsecurePackages = [ -- cgit v1.3.1