From 21e1e5bf9c14bac871ae469334df5d1dc1828924 Mon Sep 17 00:00:00 2001
From: jiriks74 <jiri@stefka.eu>
Date: Mon, 24 Mar 2025 20:13:07 +0100
Subject: [PATCH 1/3] feat(packages): Add tmux

---
 packages.nix | 1 +
 1 file changed, 1 insertion(+)

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

From 926d77d3e888da2c096fff4ef07f4495ad02d957 Mon Sep 17 00:00:00 2001
From: jiriks74 <jiri@stefka.eu>
Date: Mon, 24 Mar 2025 20:14:04 +0100
Subject: [PATCH 2/3] fix: Formatting

---
 flake.nix | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

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"

From 3792d15fd0376adfbe2f2e49e685c9765dc2cc7a Mon Sep 17 00:00:00 2001
From: "github-actions[bot]" <github-actions[bot]@users.noreply.github.com>
Date: Mon, 24 Mar 2025 19:15:33 +0000
Subject: [PATCH 3/3] automated: Update `flake.lock`
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

- The following Nix Flake inputs were updated:

```
• Updated input 'nixpkgs':
    'path:/nix/store/jk6xpbfh10gz6q5cqw8b2f7xk0pl7hkv-source?lastModified=1741010256&narHash=sha256-WZNlK/KX7Sni0RyqLSqLPbK8k08Kq7H7RijPJbq9KHM%3D&rev=ba487dbc9d04e0634c64e3b1f0d25839a0a68246' (2025-03-03)
  → 'github:NixOS/nixpkgs/dd613136ee91f67e5dba3f3f41ac99ae89c5406b?narHash=sha256-RVQQZy38O3Zb8yoRJhuFgWo/iDIDj0hEdRTVfhOtzRk%3D' (2025-03-23)
```

Auto-generated by [update.yml][1] with the help of
[create-pull-request][2].

[1]: https://forgejo.stefka.eu/jiriks74/nix.nvim/src/branch/main/.github/workflows/update.yml
[2]: https://forgejo.stefka.eu/jiriks74/create-pull-request
---
 flake.lock | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/flake.lock b/flake.lock
index 27b1748..7f3bf8d 100644
--- a/flake.lock
+++ b/flake.lock
@@ -20,11 +20,12 @@
     },
     "nixpkgs": {
       "locked": {
-        "lastModified": 1741010256,
-        "narHash": "sha256-WZNlK/KX7Sni0RyqLSqLPbK8k08Kq7H7RijPJbq9KHM=",
-        "path": "/nix/store/jk6xpbfh10gz6q5cqw8b2f7xk0pl7hkv-source",
-        "rev": "ba487dbc9d04e0634c64e3b1f0d25839a0a68246",
-        "type": "path"
+        "lastModified": 1742707865,
+        "narHash": "sha256-RVQQZy38O3Zb8yoRJhuFgWo/iDIDj0hEdRTVfhOtzRk=",
+        "owner": "NixOS",
+        "repo": "nixpkgs",
+        "rev": "dd613136ee91f67e5dba3f3f41ac99ae89c5406b",
+        "type": "github"
       },
       "original": {
         "id": "nixpkgs",