modules: add 'programs' directory
This commit is contained in:
parent
4ccf549e58
commit
91489d5b71
2 changed files with 9 additions and 0 deletions
8
modules/programs/default.nix
Normal file
8
modules/programs/default.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# Program-related modules
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
# FIXME
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue