mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-06 21:16:35 +05:30
formatted the code with alejandra
This commit is contained in:
@ -1,8 +1,7 @@
|
||||
{ pkgs, ... }: {
|
||||
|
||||
{pkgs, ...}: {
|
||||
programs.tmux = {
|
||||
enable = true;
|
||||
plugins = with pkgs;[
|
||||
plugins = with pkgs; [
|
||||
{
|
||||
plugin = tmuxPlugins.gruvbox;
|
||||
extraConfig = "set -g @tmux-gruvbox 'dark'";
|
||||
@ -42,5 +41,4 @@
|
||||
|
||||
";
|
||||
};
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user