nixos-config/modules/default.nix

8 lines
68 B
Nix

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