From 6698e960266f333d31b284af154ea9ef456676a5 Mon Sep 17 00:00:00 2001 From: Maciej Krüger Date: Thu, 14 Dec 2023 18:27:54 +0100 Subject: nixos/gpaste: also add to cinnamon session path - fixes #276028 This fixes gpaste-reloaded applet for cinnamon, which requires gpaste's typelib to be accessible --- nixos/modules/programs/gpaste.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nixos/modules') diff --git a/nixos/modules/programs/gpaste.nix b/nixos/modules/programs/gpaste.nix index 074b4d59a365..37172c9583a3 100644 --- a/nixos/modules/programs/gpaste.nix +++ b/nixos/modules/programs/gpaste.nix @@ -32,5 +32,7 @@ with lib; systemd.packages = [ pkgs.gnome.gpaste ]; # gnome-control-center crashes in Keyboard Shortcuts pane without the GSettings schemas. services.xserver.desktopManager.gnome.sessionPath = [ pkgs.gnome.gpaste ]; + # gpaste-reloaded applet doesn't work without the typelib + services.xserver.desktopManager.cinnamon.sessionPath = [ pkgs.gnome.gpaste ]; }; } -- cgit 1.4.1