2024-11-07 10:50:13 +01:00

4 lines
73 B
Nix

{pkgs, ...}: {
home.packages = with pkgs; [pinned.bruno zed-editor];
}