nixos-config/modules/default.nix

8 lines
80 B
Nix

{...}: {
imports = [
./sddm.nix
./secrets
./wakeonwlan.nix
];
}