modules: move tui, gui, cli to programs
This commit is contained in:
parent
543a24171c
commit
b7ce685314
106 changed files with 3 additions and 47 deletions
16
modules/programs/default.nix
Normal file
16
modules/programs/default.nix
Normal file
|
@ -0,0 +1,16 @@
|
|||
_: {
|
||||
imports = [
|
||||
./cli
|
||||
./gui
|
||||
./tui
|
||||
./other
|
||||
./services
|
||||
./editors
|
||||
./wms
|
||||
./runners
|
||||
./style
|
||||
./options
|
||||
./system/nix/module.nix
|
||||
./system
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue