EdenQwQ/home/programs/coding/misc.nix
2025-11-23 13:22:12 +08:00

10 lines
143 B
Nix

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