From 3d8114536e1ddf354e66e83539c02f7009d32dd0 Mon Sep 17 00:00:00 2001 From: Kyler Clay Date: Fri, 27 Sep 2024 22:04:46 -0400 Subject: [PATCH] Commit for generation 133 --- glasshouse-desktop/configuration.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/glasshouse-desktop/configuration.nix b/glasshouse-desktop/configuration.nix index d96b821..622b2b8 100644 --- a/glasshouse-desktop/configuration.nix +++ b/glasshouse-desktop/configuration.nix @@ -18,6 +18,13 @@ }; }; + nix-ld = { + enable = true; + libraries = with pkgs; [ + stdenv.cc.cc + ]; + }; + environment.variables = { XCURSOR_SIZE = "24"; PATH = "${pkgs.clang-tools}/bin:$PATH";