Remove tmux-resurrect
All checks were successful
/ check (push) Successful in 1m36s

This commit is contained in:
Oliver Davies 2025-08-17 23:10:16 +01:00
parent f98df5ff40
commit 94c349b69c

View file

@ -2,9 +2,6 @@
flake.modules.homeManager.base = flake.modules.homeManager.base =
{ pkgs, ... }: { pkgs, ... }:
{ {
programs.tmux.plugins = with pkgs.tmuxPlugins; [ programs.tmux.plugins = with pkgs.tmuxPlugins; [ yank ];
resurrect
yank
];
}; };
} }