nixfiles/home/apps/aegisub.nix
2022-07-27 16:47:49 +01:00

8 lines
92 B
Nix

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