mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Add pre-commit hooks for nixfmt, deadnix, and statix
Also, exclude .pre-commit-config.yaml from the SOPS differ
This commit is contained in:
parent
c1a53997ce
commit
0dea1aab28
23 changed files with 50 additions and 41 deletions
|
|
@ -39,14 +39,13 @@ with lib.hm.gvariant;
|
|||
|
||||
home.file = {
|
||||
".config/tilix/schemes/Beanbag-Mathias.json".source = ../../../files/tilix/Beanbag-Mathias.json;
|
||||
".config/tilix/schemes/Catppuccin-Frappe.json".source = (
|
||||
".config/tilix/schemes/Catppuccin-Frappe.json".source =
|
||||
pkgs.fetchFromGitHub {
|
||||
owner = "catppuccin";
|
||||
repo = "tilix";
|
||||
rev = "3fd05e03419321f2f2a6aad6da733b28be1765ef";
|
||||
hash = "sha256-SI7QxQ+WBHzeuXbTye+s8pi4tDVZOV4Aa33mRYO276k=";
|
||||
}
|
||||
+ "/src/Catppuccin-Frappe.json"
|
||||
);
|
||||
+ "/src/Catppuccin-Frappe.json";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue