Files
nix-config/system/services/services.nix

10 lines
80 B
Nix

{
config,
pkgs,
...
}: {
imports = [
./synaptics/default.nix
];
}