chore: switch to alejandra and format

This commit is contained in:
Youwen Wu 2024-08-16 06:42:35 -07:00
parent 9062a9d3ed
commit 26439134dd
Signed by: youwen
GPG key ID: 865658ED1FE61EC3
29 changed files with 342 additions and 315 deletions

View file

@ -1,4 +1,4 @@
{ inputs, ... }: {
{inputs, ...}: {
nix-homebrew = {
enable = true;
enableRosetta = true;

View file

@ -1,4 +1,8 @@
{ config, pkgs, ... }: {
{
config,
pkgs,
...
}: {
services.yabai = {
enable = true;
enableScriptingAddition = true;
@ -28,4 +32,3 @@
blur_radius = 5.0;
};
}