mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-10 12:16:32 +03:00
15 lines
152 B
Nix
15 lines
152 B
Nix
{
|
|
config,
|
|
...
|
|
}:
|
|
{
|
|
hardware = {
|
|
logitech = {
|
|
wireless = {
|
|
enable = true;
|
|
enableGraphical = true;
|
|
};
|
|
};
|
|
};
|
|
}
|