2025-05-19 17:27:39 +02:00

6 lines
85 B
Nix

{pkgs, ...}: {
environment.systemPackages = with pkgs; [
zsa-udev-rules
];
}