nixos/modules/default.nix
2023-07-09 01:14:49 +03:00

6 lines
114 B
Nix

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