hosts: split zsh into a module

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2025-06-29 17:16:25 +05:30
parent 0ecd267fa8
commit 4f96bcda1d
8 changed files with 16 additions and 17 deletions

View File

@@ -61,7 +61,7 @@
perSystem = { system, pkgs, ... }:
rec {
formatter = pkgs.nixpkgs-fmt;
formatter = pkgs.nixfmt-rfc-style;
devShells.default = with pkgs; mkShell {
packages = [
nixd