Files
nixos/modules-all/default.nix
T
2022-09-07 20:01:51 -05:00

9 lines
63 B
Nix

{ ... }:
{
imports = [
./automatic
./xprograms.nix
];
}