modules: add 'programs' directory

This commit is contained in:
Bruno BELANYI 2021-09-15 16:47:49 +02:00
parent 4ccf549e58
commit 91489d5b71
2 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1,8 @@
# Program-related modules
{ ... }:
{
imports = [
# FIXME
];
}