blob: e1680a37d93b3382f968e7acd40d2b63414f94e4 (
plain) (
blame)
1
2
3
4
5
6
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 = ./.;
})
|