mod: added sable web to yshtola config

added formatter
This commit is contained in:
2026-09-20 20:02:44 -04:00
parent c6b1eb5337
commit 9f14456ecc
2 changed files with 102 additions and 18 deletions
+4
View File
@@ -50,6 +50,10 @@
};
in {
meta = import ./meta;
formatter = nixpkgs.lib.genAttrs [
"x86_64-linux"
"aarch64-darwin"
] (system: nixpkgs.legacyPackages.${system}.nixfmt);
common = {
overlays = import ./modules/common/overlays.nix;