diff options
| author | Fuwn <[email protected]> | 2024-09-13 13:19:58 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-13 13:19:58 +0000 |
| commit | a8f833b6d2acf8cf7a7781d270d774361a2471e1 (patch) | |
| tree | 54b04cc9e3543debd1cfef9e7f202cd99d58b012 /flake.nix | |
| parent | refactor: inherit (diff) | |
| download | pywal.nix-a8f833b6d2acf8cf7a7781d270d774361a2471e1.tar.xz pywal.nix-a8f833b6d2acf8cf7a7781d270d774361a2471e1.zip | |
chore(flake): add formatter
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -8,6 +8,11 @@ url = "github:numtide/flake-utils"; inputs.systems.follows = "systems"; }; + + pre-commit-hooks = { + url = "github:cachix/git-hooks.nix"; + inputs.nixpkgs.follows = "nixpkgs"; + }; }; outputs = @@ -145,5 +150,7 @@ config.pywal-nix.colorScheme = config.pywal-nix.colourScheme; }; + + formatter = nixpkgs.legacyPackages."${system}".nixfmt-rfc-style; }); } |