From c18a4929ce388cead17678edae8a8eaf9789784d Mon Sep 17 00:00:00 2001 From: deadvey Date: Sat, 23 Nov 2024 00:31:53 +0000 Subject: [PATCH] 43 current 2024-11-23 00:25:54 24.05.6463.83fb6c028368 6.6.59 * --- nixos/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index c7f7860..15e2d4a 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -86,7 +86,7 @@ # PKG config shellHook = '' - export PKG_CONFIG_PATH=${pkgs.gtkmm}/lib/pkgconfig:$PKG_CONFIG_PATH + export PKG_CONFIG_PATH=${pkgs.gtkmm4}/lib/pkgconfig:$PKG_CONFIG_PATH ''; # Configure console keymap