aboutsummaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home.nix')
-rw-r--r--home.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/home.nix b/home.nix
index cec0d7a..c5a3edd 100644
--- a/home.nix
+++ b/home.nix
@@ -47,8 +47,7 @@
47 libnotify 47 libnotify
48 inotify-tools 48 inotify-tools
49 pavucontrol 49 pavucontrol
50 signaldctl 50 signal-desktop
51
52 51
53 # sync 52 # sync
54 rtorrent 53 rtorrent
@@ -90,6 +89,8 @@
90 # work 89 # work
91 slack 90 slack
92 zoom-us 91 zoom-us
92 awscli2
93 kubectl
93 94
94 ] ++ (import ./scripts { inherit pkgs; }); 95 ] ++ (import ./scripts { inherit pkgs; });
95 96