summary refs log tree commit diff stats
path: root/modules/nixos/default.nix
blob: a645a65c0bd2b8ed22456eec357c8b964fefa22b (plain) (blame)
1
2
3
4
5
{...}: {
  imports = [
    ./plymouth.nix
  ];
}