Skip to content

Commit

Permalink
modules/appmenu-gtk3-module: fix a config-leak
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroHLC committed Jul 18, 2023
1 parent e407571 commit 69fa5ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/appmenu-gtk3-module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ in
'';
};
};
config = {
environment.sessionVariables = lib.mkIf cfg.enable {
config = lib.mkIf cfg.enable {
environment.sessionVariables = {
XDG_DATA_DIRS = [ "${pkgs.appmenu-gtk3-module}/share/gsettings-schemas/appmenu-gtk3-module-0.7.6" ];
};

Expand Down

1 comment on commit 69fa5ec

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All packages were built and cached successfully!

Please sign in to comment.