yubikey support
This commit is contained in:
parent
fe7e32d232
commit
78f4167d62
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
{ inputs, config, pkgs, lib, ... }:
|
{ config, pkgs, lib, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
plasma = pkgs.writeScriptBin "plasma" ''
|
plasma = pkgs.writeScriptBin "plasma" ''
|
||||||
|
|
@ -12,7 +12,7 @@ in {
|
||||||
enable = true;
|
enable = true;
|
||||||
drivers = with pkgs; [ epson-escpr ];
|
drivers = with pkgs; [ epson-escpr ];
|
||||||
};
|
};
|
||||||
udev.packages = [ pkgs.platformio pkgs.openocd ];
|
udev.packages = with pkgs; [ platformio openocd yubikey-personalization ];
|
||||||
pipewire = {
|
pipewire = {
|
||||||
enable = true;
|
enable = true;
|
||||||
alsa.enable = true;
|
alsa.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue