From 08adc255d69b638cdd4116615500cae9da30e5bc Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Mon, 16 Feb 2026 19:59:35 -0500 Subject: [PATCH] darwin changes --- home/packages/common.nix | 1 - home/packages/linux.nix | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/home/packages/common.nix b/home/packages/common.nix index 5ffebe3..4071c93 100644 --- a/home/packages/common.nix +++ b/home/packages/common.nix @@ -31,7 +31,6 @@ fzf aria2 gnupg - inetutils # misc file diff --git a/home/packages/linux.nix b/home/packages/linux.nix index 602b446..79436a2 100644 --- a/home/packages/linux.nix +++ b/home/packages/linux.nix @@ -13,5 +13,6 @@ lib.mkIf pkgs.stdenv.isLinux { zathura gpu-screen-recorder gpu-screen-recorder-gtk + inetutils ]; }