10 lines
100 B
Nix
10 lines
100 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
imports = [
|
|
./plymouth.nix
|
|
./sddm.nix
|
|
./hardware.nix
|
|
];
|
|
}
|