nixfiles/home/common/default.nix

9 lines
68 B
Nix

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