diff options
Diffstat (limited to 'third_party/emacs/exwm/default.nix')
-rw-r--r-- | third_party/emacs/exwm/default.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/third_party/emacs/exwm/default.nix b/third_party/emacs/exwm/default.nix new file mode 100644 index 000000000000..e1680a37d93b --- /dev/null +++ b/third_party/emacs/exwm/default.nix @@ -0,0 +1,7 @@ +# 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 = ./.; +}) |