From 353a02ed6fa875efc6bee1c1a362602b246a153a Mon Sep 17 00:00:00 2001 From: Lin Yinfeng Date: Thu, 27 Jul 2023 16:59:13 +0800 Subject: [PATCH] Improve comments for nixpkgs.config workaround --- flake/hosts.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake/hosts.nix b/flake/hosts.nix index a8ff42ce1..bc5a310de 100644 --- a/flake/hosts.nix +++ b/flake/hosts.nix @@ -293,9 +293,9 @@ inherit ((getSystem system).allModuleArgs) pkgs; in { inherit pkgs; - # TODO remove these workaround + # TODO workaround for the gnome module + # the gnome module sets the config `vim.gui = "gtk3";` config = lib.mkForce pkgs.config; - # overlays = lib.mkForce pkgs.overlays; }; } else {