rice/home/scripts/default.nix
2026-01-06 20:27:52 +01:00

7 lines
69 B
Nix

{
pkgs,
}: [
(pkgs.writeShellApplication {
name = "vol.sh";
}
]