diff --git a/pkgs/default.nix b/pkgs/default.nix index 58d7314..50de101 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -40,18 +40,7 @@ self: super: ''; set = "samae"; }; -#{ -# family = "Iosevka Samae"; -# design = [ -# "ss08" # Use Pragmata Pro Style -# "term" # Disable ligature/ligation -# ]; -# slants = { -# upright = "normal"; -# italic = "italic"; -# oblique = "oblique"; -# }; -#} + wineNoGS = super.wineStaging.override { gstreamerSupport = false; }; surge-samae = super.callPackage ./surge {};