nixos-config/modules/default.nix

7 lines
80 B
Nix

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