From ec1cb40d7cad8d4a2aab95c9508a6b20fc4ec345 Mon Sep 17 00:00:00 2001 From: Tao Tien <29749622+taotien@users.noreply.github.com> Date: Wed, 15 Apr 2026 18:01:20 -0700 Subject: [PATCH] sniffa --- users/tao.nix | 4 +++- users/tao/HOME.nix | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/users/tao.nix b/users/tao.nix index c5b27f9..85f681f 100644 --- a/users/tao.nix +++ b/users/tao.nix @@ -9,9 +9,11 @@ in { users.users.tao.packages = (with pkgs-last-building; [ - oculante # https://nixpk.gs/pr-tracker.html?pr=502921 + # oculante # https://nixpk.gs/pr-tracker.html?pr=502921 ]) ++ (with pkgs; [ + sniffnet + oculante # keep-sorted start sticky_comments=no # android-tools # boxxy diff --git a/users/tao/HOME.nix b/users/tao/HOME.nix index 19b4327..591346f 100644 --- a/users/tao/HOME.nix +++ b/users/tao/HOME.nix @@ -169,7 +169,7 @@ in { # extraConfig = lib.concatStrings (map builtins.readFile (map (x: ./nushell/extras/. + x) (map (x: "/" + x) (builtins.attrNames (builtins.readDir ./nushell/extras))))); plugins = with pkgs.nushellPlugins; [ # skim - desktop_notifications + # desktop_notifications # highlight # units ];