lib: initial commit, start of custom lib

This commit is contained in:
Charlie Root 2024-08-28 18:17:55 +02:00
commit f4373bac52
9 changed files with 102 additions and 71 deletions

View file

@ -1,4 +1,5 @@
{
{inputs, ...}: {
imports = [inputs.treefmt-nix.flakeModule];
perSystem = {
config,
pkgs,
@ -15,7 +16,7 @@
programs = {
alejandra.enable = true;
shellcheck.enable = true; # cannot be configured, errors on basic bash convention
shellcheck.enable = true;
prettier = {
enable = true;