diff --git a/hosts/x1/configuration.nix b/hosts/x1/configuration.nix index e498bae..4692439 100644 --- a/hosts/x1/configuration.nix +++ b/hosts/x1/configuration.nix @@ -55,7 +55,6 @@ in { }; tailscale.enable = true; - fwupd.enable = true; # fingerprint scanner daemon # to enroll a finger, use sudo fprintd-enroll $USER diff --git a/modules/laptop.nix b/modules/laptop.nix index b7ac1c3..ca07997 100644 --- a/modules/laptop.nix +++ b/modules/laptop.nix @@ -5,7 +5,7 @@ services.xserver = { # caps lock is super - xkbOptions = "caps:super"; + xkb.options = "caps:super"; # touchpad libinput = {