Files
2026-04-15 11:18:30 +02:00

8 lines
94 B
Nix

{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
tinymist
typstyle
];
}