15 lines
203 B
Nix
15 lines
203 B
Nix
{...}: {
|
|
imports = [
|
|
./amdgpu-clocks.nix
|
|
./flatpak.nix
|
|
./libinput.nix
|
|
./udev.nix
|
|
./xserver.nix
|
|
];
|
|
|
|
# Enable a few extra services.
|
|
services = {
|
|
pcscd.enable = true;
|
|
};
|
|
}
|