nixfiles/home/apps/aegisub.nix

6 lines
91 B
Nix
Raw Normal View History

{pkgs, ...}: {
home.packages = with pkgs; [
# NOINLINE
aegisub
];
}