nixfiles/home/common/default.nix

8 lines
58 B
Nix

{...}:
{
imports = [
./wm.nix
./nodm.nix
];
}