mirror of
https://github.com/EdenQwQ/nixos.git
synced 2025-12-27 02:44:58 +08:00
9 lines
127 B
Nix
9 lines
127 B
Nix
{ pkgs, ... }:
|
|
{
|
|
home.packages = with pkgs; [
|
|
alejandra
|
|
nixfmt-rfc-style
|
|
texlab
|
|
nodePackages.prettier
|
|
];
|
|
}
|