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";