fix yubikey and gtrackmap

This commit is contained in:
Joakim Repomaa
2025-02-09 22:11:42 +02:00
parent a17b0b46b5
commit 7aad5b5bf0
11 changed files with 23 additions and 29 deletions

View File

@@ -1,12 +1,8 @@
{ inputs, ... }:
let
inherit (inputs) gtrackmap;
in
{ ... }:
{
imports = [
./hardware-configuration.nix
./configuration.nix
./services.nix
gtrackmap.nixosModules.default
];
}

View File

@@ -1,17 +1,14 @@
{ pkgs, inputs, lib, config, ... }:
let
pkgsUnstable = inputs.nixpkgs-unstable.legacyPackages.${pkgs.system};
in
{
hardware.bluetooth.enable = true;
hardware.bluetooth.powerOnBoot = true;
services.pcscd = {
enable = true;
plugins = [
pkgs.ccid
];
};
services.udev.packages = [
pkgs.zsa-udev-rules
pkgs.yubikey-personalization
pkgsUnstable.yubikey-personalization
inputs.ksoloti-pr.legacyPackages.${pkgs.system}.ksoloti
];
services.usbmuxd = {