🎨 add pre-commit-hooks and cleanup

This commit is contained in:
2023-07-26 13:04:43 -04:00
parent 63b05b74b4
commit 35cf87eb2e
12 changed files with 163 additions and 29 deletions

View File

@@ -1,4 +1,4 @@
{ config, pkgs, ... }: {
{ pkgs, ... }: {
# Let Home Manager install and manage itself.
programs.home-manager.enable = true;