format with alejandra

This commit is contained in:
Sean Kovacs 2025-12-24 11:29:41 -05:00
commit 28043aded9
Signed by: sckova
GPG key ID: 00F325187C68651A
35 changed files with 578 additions and 589 deletions

View file

@ -1,13 +1,14 @@
{ config, pkgs, ... }:
{
config,
pkgs,
...
}: {
catppuccin = {
accent = "peach";
flavor = "mocha";
};
home.packages = with pkgs; [
asahi-nvram
asahi-bless
asahi-btsync
@ -44,7 +45,7 @@
shortcuts = {
# this is really annoying on asahi laptops
org_kde_powerdevil.Sleep = [ ];
org_kde_powerdevil.Sleep = [];
};
panels = [
@ -60,7 +61,7 @@
activeTaskSource = "activeTask";
};
layout = {
elements = [ "windowTitle" ];
elements = ["windowTitle"];
horizontalAlignment = "right";
showDisabledElements = "deactivated";
verticalAlignment = "center";