aboutsummaryrefslogtreecommitdiff
path: root/overlays/dwm/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'overlays/dwm/default.nix')
-rw-r--r--overlays/dwm/default.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/overlays/dwm/default.nix b/overlays/dwm/default.nix
deleted file mode 100644
index 96ed3ff..0000000
--- a/overlays/dwm/default.nix
+++ /dev/null
@@ -1,7 +0,0 @@
1self: super: {
2 dwm = super.dwm.overrideAttrs(old: rec {
3 postPatch = ''
4 cp ${./dwm_config.h} ./config.h
5 '';
6 });
7}