add ilspycli for dotnet decompilation
This commit is contained in:
parent
8a2690d48e
commit
3fffad500a
|
@ -1,6 +1,7 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
cabextract
|
||||
unshield
|
||||
squashfsTools
|
||||
cpio
|
||||
lz4
|
||||
|
|
0
home/programming/editors/nano.nix
Normal file
0
home/programming/editors/nano.nix
Normal file
5
home/reversing/dotnet.nix
Normal file
5
home/reversing/dotnet.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
ilspycmd
|
||||
];
|
||||
}
|
|
@ -32,6 +32,7 @@
|
|||
home.homeFolders
|
||||
home.musicLibrary
|
||||
|
||||
home.programming.editors.nano
|
||||
home.programming.editors.vscode
|
||||
home.programming.languages.rust
|
||||
home.programming.languages.nix
|
||||
|
|
Loading…
Reference in a new issue