EdenQwQ/home/programs/coding/misc.nix
2025-03-01 22:35:08 +08:00

9 lines
127 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
alejandra
nixfmt-rfc-style
texlab
nodePackages.prettier
];
}