mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-22 15:20:31 +01:00
Make IDA x86 only; add sponsorblock to firefox addons
This commit is contained in:
parent
4f16e89864
commit
ad38f32407
|
@ -16,6 +16,7 @@ with inputs; {
|
||||||
isDefault = true;
|
isDefault = true;
|
||||||
extensions = with inputs.firefox-addons.packages.${pkgs.system}; [
|
extensions = with inputs.firefox-addons.packages.${pkgs.system}; [
|
||||||
ublock-origin
|
ublock-origin
|
||||||
|
sponsorblock
|
||||||
bitwarden
|
bitwarden
|
||||||
sidebery
|
sidebery
|
||||||
leechblock-ng
|
leechblock-ng
|
||||||
|
|
|
@ -11,6 +11,7 @@
|
||||||
pkgs.protonup-qt
|
pkgs.protonup-qt
|
||||||
pkgs.via
|
pkgs.via
|
||||||
pkgs.telegram-desktop
|
pkgs.telegram-desktop
|
||||||
|
pkgs.ida-free
|
||||||
# pkgs.yubioath-flutter
|
# pkgs.yubioath-flutter
|
||||||
# pkgs.spotify
|
# pkgs.spotify
|
||||||
]
|
]
|
||||||
|
@ -55,7 +56,6 @@ in {
|
||||||
# pkgs.cabal
|
# pkgs.cabal
|
||||||
pkgs.ghc
|
pkgs.ghc
|
||||||
|
|
||||||
pkgs.ida-free
|
|
||||||
pkgs.rizin
|
pkgs.rizin
|
||||||
# pkgs.cutter
|
# pkgs.cutter
|
||||||
# pkgs.cutterPlugins.rz-ghidra
|
# pkgs.cutterPlugins.rz-ghidra
|
||||||
|
|
Loading…
Reference in a new issue