refactor: replace 'with' with attrValues

This commit is contained in:
matt1432 2024-08-31 19:16:06 -04:00
parent b47c11362d
commit 194c140dc1
56 changed files with 675 additions and 608 deletions
common/home/tmux

View file

@ -11,7 +11,9 @@
newSession = true;
historyLimit = 30000;
plugins = with pkgs.tmuxPlugins; [dracula];
plugins = builtins.attrValues {
inherit (pkgs.tmuxPlugins) dracula;
};
extraConfig =
# bash