aboutsummaryrefslogtreecommitdiff
path: root/nix/users
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--nix/users/fcuny/dev.nix2
-rw-r--r--nix/users/fcuny/media.nix1
2 files changed, 3 insertions, 0 deletions
diff --git a/nix/users/fcuny/dev.nix b/nix/users/fcuny/dev.nix
index 038e5ce..d2bb6eb 100644
--- a/nix/users/fcuny/dev.nix
+++ b/nix/users/fcuny/dev.nix
@@ -1,7 +1,9 @@
{ config, pkgs, ... }:
{
home.packages = with pkgs; [
+ _1password-cli
aider-chat
+ wireshark
# go
go-tools
diff --git a/nix/users/fcuny/media.nix b/nix/users/fcuny/media.nix
index 342cfb4..f0919a3 100644
--- a/nix/users/fcuny/media.nix
+++ b/nix/users/fcuny/media.nix
@@ -3,5 +3,6 @@
home.packages = with pkgs; [
mpv
ffmpeg
+ transmission_4
];
}