🎨 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, lib, pkgs, ... }:
{ ... }:
{
imports = [

View File

@ -1,4 +1,4 @@
{ config, lib, pkgs, ... }:
_:
{
home.file.".ghci".text = ''

View File

@ -1,4 +1,4 @@
{ config, lib, pkgs, ... }:
{ pkgs, ... }:
{
home.packages = with pkgs; [

View File

@ -1,4 +1,4 @@
{ config, lib, pkgs, ... }:
_:
{
programs = {

View File

@ -1,4 +1,4 @@
{ config, lib, pkgs, ... }:
{ pkgs, ... }:
{
programs = {

View File

@ -1,4 +1,4 @@
{ config, lib, pkgs, ... }:
_:
{
programs = {
@ -19,6 +19,7 @@
oh-my-zsh = {
enable = true;
plugins = [
"1password"
"bundler"
"direnv"
"docker"