Skip to content

Commit

Permalink
Improve comments for nixpkgs.config workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
linyinfeng committed Jul 27, 2023
1 parent 1214267 commit 353a02e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake/hosts.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 353a02e

Please sign in to comment.