From c523ceb18590c5944b2c5353b25165b2f5bae7f6 Mon Sep 17 00:00:00 2001 From: Katharina Heidenreich Date: Sun, 31 May 2026 19:44:20 +0200 Subject: [PATCH] fix: me stupid --- programs/tmux.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/tmux.nix b/programs/tmux.nix index 7aba4bb..3764f85 100644 --- a/programs/tmux.nix +++ b/programs/tmux.nix @@ -1,4 +1,4 @@ -{ +{ config, pkgs, lib, ... }: { environment.systemPackages = with pkgs; [ tmux ];