switch back to nixfmt

This commit is contained in:
Sean Kovacs 2026-01-19 22:27:28 -05:00
commit 62032eab6d
Signed by: sckova
GPG key ID: 00F325187C68651A
37 changed files with 797 additions and 689 deletions

View file

@ -1,4 +1,5 @@
{pkgs, ...}: {
{ pkgs, ... }:
{
catppuccin = {
accent = "lavender";
flavor = "macchiato";
@ -34,7 +35,7 @@
shortcuts = {
# this is really annoying on apple laptops
org_kde_powerdevil.Sleep = [];
org_kde_powerdevil.Sleep = [ ];
};
panels = [
@ -50,7 +51,7 @@
activeTaskSource = "activeTask";
};
layout = {
elements = ["windowTitle"];
elements = [ "windowTitle" ];
horizontalAlignment = "right";
showDisabledElements = "deactivated";
verticalAlignment = "center";