format with alejandra

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

View file

@ -3,14 +3,10 @@
pkgs,
lib,
...
}:
let
capitalize =
str:
}: let
capitalize = str:
(lib.toUpper (builtins.substring 0 1 str)) + (builtins.substring 1 (builtins.stringLength str) str);
in
{
in {
# home.sessionVariables = {
# EDITOR = "code";
# };