packages(xland): Fix dwm config not applying

This commit is contained in:
Donovan Glover 2024-08-29 01:42:59 -04:00
parent b3c8f55c69
commit 4e417707d9
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -6,10 +6,7 @@
colorSelected ? "#eeeeee",
}:
dwm.overrideAttrs (oldAttrs: {
pname = "xland";
version = "0.1.0-dwm-${oldAttrs.version}";
dwm.override {
conf = # c
''
#include <X11/XF86keysym.h>
@ -133,4 +130,4 @@ dwm.overrideAttrs (oldAttrs: {
hash = "sha256-oIgeph9pmIWKBepnQhc+aNWU7ZHxsJbhJr5LVNTtuHc=";
})
];
})
}