major refactor and reorg
This commit is contained in:
parent
4da9b4919e
commit
0a9342ea3e
4 changed files with 46 additions and 27 deletions
10
overlays/ulauncher.nix
Normal file
10
overlays/ulauncher.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
final: prev: {
|
||||
ulauncher = prev.ulauncher.overrideAttrs (old: {
|
||||
propagatedBuildInputs = with prev.python3Packages;
|
||||
old.propagatedBuildInputs
|
||||
++ [
|
||||
thefuzz
|
||||
tornado
|
||||
];
|
||||
});
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue