Attempts to select the right emacs package based on whether the machine is x11 only or not.
5 lines
90 B
Nix
5 lines
90 B
Nix
{ pkgs, ... }:
|
|
{
|
|
nextcloudTalkDesktop = pkgs.callPackage ./nextcloud-talk-desktop {};
|
|
}
|