nixfiles/home/apps/aegisub.nix
2022-03-09 18:53:48 +00:00

6 lines
91 B
Nix

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