qtile: add patch for non-persistent KeyChord names
This commit is contained in:
parent
cd2d49070f
commit
cac1d3fbed
2 changed files with 171 additions and 0 deletions
|
@ -26,4 +26,10 @@ channels: final: prev: {
|
|||
haskell-language-server;
|
||||
});
|
||||
});
|
||||
|
||||
qtile = prev.qtile.overrideAttrs (attrs: {
|
||||
patches = [
|
||||
./qtile.patch
|
||||
];
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue