mirror of
https://github.com/EdenQwQ/nixos.git
synced 2026-07-16 22:16:51 +08:00
10 lines
118 B
Nix
10 lines
118 B
Nix
{ pkgs, ... }:
|
|
{
|
|
home.packages = with pkgs; [
|
|
alejandra
|
|
nixfmt
|
|
texlab
|
|
prettier
|
|
julia-bin
|
|
];
|
|
}
|