diff --git a/hosts/worf/home.nix b/hosts/worf/home.nix index 66d9894..2676acb 100644 --- a/hosts/worf/home.nix +++ b/hosts/worf/home.nix @@ -11,8 +11,8 @@ ]; home.packages = with pkgs; [ - # prismlauncher - borgbackup + prismlauncher + # borgbackup bore-cli catimg cocoapods @@ -31,8 +31,8 @@ zellij (python311.withPackages (ps: with ps; [ - pwntools - pycryptodome + # pwntools + # pycryptodome requests ])) ];