mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-21 15:53:32 +01:00
packages(xland): Fix dwm config not applying
This commit is contained in:
parent
b3c8f55c69
commit
4e417707d9
@ -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=";
|
||||
})
|
||||
];
|
||||
})
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user