logitech: Init
This commit is contained in:
parent
8d5480416c
commit
175b5e1ef1
|
@ -27,6 +27,7 @@
|
|||
./gui.nix
|
||||
./initrd-ssh.nix
|
||||
./locales.nix
|
||||
./logitech.nix
|
||||
./mailserver.nix
|
||||
./media-proxy.nix
|
||||
./mullvad
|
||||
|
|
8
modules/logitech.nix
Normal file
8
modules/logitech.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ config, lib, ... }:
|
||||
|
||||
lib.mkIf config.sbruder.gui.enable {
|
||||
hardware.logitech.wireless = {
|
||||
enable = true;
|
||||
enableGraphical = true;
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue