forked from pub-solar/os
425f7894a4
Export those listed in `profiles/default.nix` to be included in the flake output `nixosModules` for easy use in other flakes.
7 lines
117 B
Nix
7 lines
117 B
Nix
{
|
|
graphical = import ./graphical;
|
|
develop = import ./develop;
|
|
misc = import ./misc;
|
|
games = import ./game;
|
|
}
|