From f429873cd7d5323a3bb54ff89529ddb7c3c72926 Mon Sep 17 00:00:00 2001 From: Felix Albrigtsen Date: Sun, 24 Nov 2024 22:23:20 +0100 Subject: [PATCH] Grrr, darwin breaky --- hosts/worf/home.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 ])) ];