Create nixwork device.
This commit is contained in:
5
nodes/hosts/nixwork/services/fprintd.nix
Normal file
5
nodes/hosts/nixwork/services/fprintd.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{ pkgs, ...}: {
|
||||
services.fprintd.enable = true;
|
||||
services.fprintd.tod.enable = true;
|
||||
services.fprintd.tod.driver = pkgs.libfprint-2-tod1-goodix-550a;
|
||||
}
|
||||
4
nodes/hosts/nixwork/services/touchpad.nix
Normal file
4
nodes/hosts/nixwork/services/touchpad.nix
Normal file
@@ -0,0 +1,4 @@
|
||||
{ ... }: {
|
||||
# Enable touchpad support (enabled default in most desktopManager).
|
||||
services.libinput.enable = true;
|
||||
}
|
||||
Reference in New Issue
Block a user