From e43a5bf6ed2fa8cefd18436c49ebf8a7ae4baa50 Mon Sep 17 00:00:00 2001 From: Jet Pham Date: Thu, 4 Sep 2025 18:59:02 -0700 Subject: [PATCH] feat: add orca and handbrake --- home.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home.nix b/home.nix index 13dd249..8dfd2aa 100644 --- a/home.nix +++ b/home.nix @@ -82,6 +82,8 @@ pdftk gh nmap + handbrake + orca-slicer ]; programs.helix = { @@ -169,6 +171,7 @@ ns = "sudo nixos-rebuild switch --flake ~/Documents/nixos-config#jet"; nd = "nix develop"; h = "hx"; + }; };