configuration/common/packages.nix

46 lines
1.8 KiB
Nix
Raw Normal View History

2023-05-25 20:55:54 +00:00
resolved: stable:
2022-08-17 23:31:26 +00:00
2023-05-25 20:55:54 +00:00
with import ../packages/override-utils.nix { inherit stable; };
2022-08-17 23:31:26 +00:00
2023-05-25 20:55:54 +00:00
specify {
add-words = any;
affine = any;
ansible-vault-pass-client = any;
2023-02-07 21:15:13 +00:00
apex = any;
2023-05-25 20:55:54 +00:00
attachments = any;
aws-sam-cli = { version = "1.65.0"; search = pr 224039 "sha256-JvItIWHhBM3/uNnPW3tlzfjuyoR5CIfRNP8kT8mLCWk="; };
2023-02-07 21:15:13 +00:00
cavif = any;
decompiler-mc = any;
2023-05-25 20:55:54 +00:00
dmarc-report-converter = any;
email-hash = any;
2023-06-01 06:03:19 +00:00
fastnbt-tools = any;
2023-05-25 20:55:54 +00:00
firefox.overlay = w: { buildCommand = w.buildCommand + "\nwrapProgram $executablePath --unset LC_TIME"; }; # Workaround for bugzilla#1269895
2023-02-07 21:15:13 +00:00
git-diff-image = any;
2023-05-25 20:55:54 +00:00
git-diff-minecraft = any;
github-remote = any;
2023-05-26 02:34:27 +00:00
gnome.gnome-shell.patch = ../packages/resources/gnome-shell_screenshot-location.patch; # Pending GNOME/gnome-shell#5370
2023-05-25 20:55:54 +00:00
gopass-await.deps = { inherit (stable.gnome) zenity; };
gopass-ydotool = any;
2023-02-07 21:15:13 +00:00
gpx-reduce = any;
ios-safari-remote-debug-kit = any;
ios-webkit-debug-proxy = any;
2023-05-25 20:55:54 +00:00
iosevka-custom = any;
2023-06-01 06:03:19 +00:00
josm.jre = (specify { graalvm17-ce = { version = "22.1.0"; search = pin "34bfa94" "sha256-yqLXI+viN5+Vx5YpG9gNapKL3/+P6Pkprc36xNdyqSU="; }; /* Pending Gubaer/josm-scripting-plugin#101 */ }).graalvm17-ce; # josm-scripting-plugin
2023-02-07 21:15:13 +00:00
mcaselector = any;
minemap = any;
2023-05-25 20:55:54 +00:00
mozjpeg-simple = any;
2023-02-07 21:15:13 +00:00
nbt-explorer = any;
2023-05-25 20:55:54 +00:00
off = any;
2023-02-07 21:15:13 +00:00
pngquant-interactive = any;
2023-06-12 05:58:24 +00:00
shreddit = any;
2023-05-25 20:55:54 +00:00
signal-desktop.gappsWrapperArgs = "--add-flags --use-tray-icon"; # Enable tray icon
2023-02-07 21:15:13 +00:00
tile-stitch = any;
trafilatura = any;
2023-05-25 20:55:54 +00:00
vscodium.gappsWrapperArgs = "--unset NIXOS_OZONE_WL"; # Workaround for mangled keybindings
yaru-theme.patch = ../packages/resources/yaru-theme_font.patch; # Set GNOME Shell font
ydotool.patch = ../packages/resources/ydotool-halmakish.patch; # Pending ReimuNotMoe/ydotool#177
yubikey-touch-detector = { condition = y: y ? "iconSrc"; }; # NixOS/nixpkgs#232889
2023-05-25 20:55:54 +00:00
zsh-abbr = any;
zsh-click = any;
}