about summary refs log tree commit diff
path: root/third_party/emacs/exwm/default.nix
# EXWM is present in nixpkgs and we do not (currently) intend to
# change the code structure, so the existing drv can be reused.
{ pkgs, ... }:

pkgs.emacsPackages.exwm.overrideAttrs(_: {
  src = ./.;
})