forked from mirrors/nixpkgs
Merge pull request #96925 from jtojnar/gpaste-session-path
nixos/gpaste: return sessionPath
This commit is contained in:
commit
8739e4235e
|
@ -30,5 +30,7 @@ with lib;
|
|||
environment.systemPackages = [ pkgs.gnome3.gpaste ];
|
||||
services.dbus.packages = [ pkgs.gnome3.gpaste ];
|
||||
systemd.packages = [ pkgs.gnome3.gpaste ];
|
||||
# gnome-control-center crashes in Keyboard Shortcuts pane without the GSettings schemas.
|
||||
services.xserver.desktopManager.gnome3.sessionPath = [ pkgs.gnome3.gpaste ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue