modules and packages
This commit is contained in:
parent
e86b68dc49
commit
7a0a8537b9
6 changed files with 714 additions and 21 deletions
|
@ -28,10 +28,22 @@
|
|||
inputs.nh.overlays.default
|
||||
# inputs.emacs-lsp-booster.overlays.default
|
||||
|
||||
# (final: prev: {
|
||||
# termusic-patched = pkgs.termusic.overrideAttrs (old: {
|
||||
# src = pkgs.fetchFromGithub {
|
||||
# owner = "";
|
||||
# repo = "";
|
||||
# rev = "";
|
||||
# hash = "";
|
||||
# };
|
||||
# patches = old.patches ++ [ ../../patches/termusic-503.patch ];
|
||||
# });
|
||||
# })
|
||||
|
||||
(final: prev: {
|
||||
wineWowPackages.stagingFull = pkgs-stable.wineWowPackages.stagingFull.overrideAttrs
|
||||
(old: {
|
||||
patches = old.patches ++ [ ../../patches/wine-6006.patch ];
|
||||
patches = [ ../../patches/wine-6006.patch ];
|
||||
waylandSupport = true;
|
||||
fontconfigSupport = true;
|
||||
vulkanSupport = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue