This commit is contained in:
2025-07-20 23:34:20 +09:00
parent 6419eea895
commit 5c502f633c
3 changed files with 12 additions and 1 deletions

View File

@@ -3,6 +3,10 @@
{ config, lib, pkgs, inputs, ... }:
let
myRizin = pkgs.rizin.passthru.withPlugins
(plugins: [ plugins.jsdec plugins.rz-ghidra ]);
in
{
imports = [
./hardware-configuration.nix
@@ -87,6 +91,7 @@
libglvnd
libGL
openal
myRizin
inputs.helix.packages."${pkgs.system}".helix
];