feat: add orca and handbrake

This commit is contained in:
Jet Pham 2025-09-04 18:59:02 -07:00
parent ee67b4c4bf
commit e43a5bf6ed
No known key found for this signature in database

View file

@ -82,6 +82,8 @@
pdftk pdftk
gh gh
nmap nmap
handbrake
orca-slicer
]; ];
programs.helix = { programs.helix = {
@ -169,6 +171,7 @@
ns = "sudo nixos-rebuild switch --flake ~/Documents/nixos-config#jet"; ns = "sudo nixos-rebuild switch --flake ~/Documents/nixos-config#jet";
nd = "nix develop"; nd = "nix develop";
h = "hx"; h = "hx";
}; };
}; };