dot.nix/hosts/global/common/vial.nix
Chris Toph 3523b82392 Configuration Cleanup
- Removed inaccurate comments
- Refactored browsers to independent nixes
- Small code changes for clarity
2025-05-29 15:25:49 -04:00

7 lines
113 B
Nix

{ pkgs, ... }:
{
# Allows vial to identify the keyboard
services.udev.packages = with pkgs; [
via
];
}