This commit is contained in:
Joakim Repomaa
2025-01-30 21:15:02 +02:00
parent 12647a2e77
commit c757f0892d
6 changed files with 33 additions and 31 deletions

View File

@@ -1,4 +1,4 @@
{ pkgs, ksoloti-pr, lib, config, ... }:
{ pkgs, inputs, lib, config, ... }:
{
hardware.bluetooth.enable = true;
hardware.bluetooth.powerOnBoot = true;
@@ -12,7 +12,7 @@
services.udev.packages = [
pkgs.zsa-udev-rules
pkgs.yubikey-personalization
ksoloti-pr.ksoloti
inputs.ksoloti-pr.legacyPackages.${pkgs.system}.ksoloti
];
services.usbmuxd = {
enable = true;