nixos-dotfiles/modules/hardware/xone.nix

5 lines
50 B
Nix
Raw Normal View History

{ pkgs, ... }:
{
hardware.xone.enable = true;
}