nixos/modules/default.nix
2023-07-08 19:23:36 +03:00

5 lines
92 B
Nix

{
desktop = import ./desktop;
shell = import ./shell;
hardware = import ./hardware;
}