mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-02-23 05:15:13 +08:00
11 lines
173 B
Nix
11 lines
173 B
Nix
{ pkgs, ... }:
|
|
{
|
|
services.smartd = {
|
|
enable = true;
|
|
autodetect = true;
|
|
};
|
|
hardware.logitech.wireless = {
|
|
enable = true;
|
|
enableGraphical = true;
|
|
};
|
|
}
|