refactor(nixos:nixarr): move nixarr module to ooksmedia/modules

This commit is contained in:
ooks-io 2024-06-14 20:55:11 +12:00
parent 3fc02285d3
commit 3ccb3b740a
5 changed files with 11 additions and 3 deletions

View file

@ -0,0 +1,5 @@
{
imports = [
./nixarr.nix
];
}