modules and packages

This commit is contained in:
Matt Nish-Lapidus 2025-05-28 22:43:54 -04:00
parent e86b68dc49
commit 7a0a8537b9
6 changed files with 714 additions and 21 deletions

View file

@ -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;