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 ]; }