nixfiles/home/apps/aegisub.nix

8 lines
92 B
Nix
Raw Normal View History

2022-07-27 16:47:49 +01:00
{ pkgs, ... }: {
home.packages = with pkgs;
[
# NOINLINE
aegisub
];
2022-07-27 16:47:49 +01:00
}