diff --git a/flake.lock b/flake.lock
index bbebaba..7f3bf8d 100644
--- a/flake.lock
+++ b/flake.lock
@@ -20,11 +20,11 @@
     },
     "nixpkgs": {
       "locked": {
-        "lastModified": 1742546557,
-        "narHash": "sha256-QyhimDBaDBtMfRc7kyL28vo+HTwXRPq3hz+BgSJDotw=",
+        "lastModified": 1742707865,
+        "narHash": "sha256-RVQQZy38O3Zb8yoRJhuFgWo/iDIDj0hEdRTVfhOtzRk=",
         "owner": "NixOS",
         "repo": "nixpkgs",
-        "rev": "bfa9810ff7104a17555ab68ebdeafb6705f129b1",
+        "rev": "dd613136ee91f67e5dba3f3f41ac99ae89c5406b",
         "type": "github"
       },
       "original": {
diff --git a/flake.nix b/flake.nix
index 49c10dc..70db964 100644
--- a/flake.nix
+++ b/flake.nix
@@ -5,10 +5,7 @@
     flake-utils.url = "github:numtide/flake-utils";
   };
 
-  outputs = {
-    nixpkgs,
-    ...
-  }: let
+  outputs = {nixpkgs, ...}: let
     # Supported systems for your flake packages, shell, etc.
     systems = [
       "aarch64-linux"
diff --git a/packages.nix b/packages.nix
index a5f2f1a..7c0b3a4 100644
--- a/packages.nix
+++ b/packages.nix
@@ -12,6 +12,7 @@
     file
     htop-vim
     tldr
+    tmux
     tree
     # ^ useful dev/everyday tools
   ];