chore(nix): add comment

This commit is contained in:
Stefan Imhoff
2024-06-30 12:32:52 +02:00
parent 062fb6c8f5
commit 9721fbbaef

View File

@@ -24,7 +24,7 @@ in
# The home.packages option allows you to install Nix packages into your
# environment.
home.packages = with pkgs; [
nixpkgs-fmt
nixpkgs-fmt # Nix code formatter
];
};
}