Format code with alejandra

This commit is contained in:
2022-04-23 17:52:45 +01:00
parent 0d56231235
commit d90883e404
27 changed files with 743 additions and 677 deletions

View File

@@ -1,9 +1,11 @@
{ config, pkgs, ... }:
{
programs.i3status-rust = {
enable = true;
bars = {
config,
pkgs,
...
}: {
programs.i3status-rust = {
enable = true;
bars = {
main = {
theme = "dracula";
icons = "awesome";
@@ -37,13 +39,13 @@
{
block = "music";
player = "spotify";
buttons = [ "prev" "play" "next" ];
buttons = ["prev" "play" "next"];
}
{
block = "sound";
}
];
};
};
};
};
};
}