mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-09 03:50:57 +03:00
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
This commit is contained in:
parent
f82870a99b
commit
6698e96026
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user