feat: format

This commit is contained in:
2024-11-20 10:57:39 -05:00
parent 74c81d7fea
commit 7a891d17cb
10 changed files with 120 additions and 111 deletions

View File

@@ -1,5 +1,9 @@
{ config, pkgs, inputs, ... }:
{
config,
pkgs,
inputs,
...
}: {
home.packages = [
pkgs.comic-mono
];
@@ -7,4 +11,4 @@
enable = true;
extraConfig = builtins.readFile ./wezterm.lua;
};
}
}