dot.nix/hosts/global/common/vial.nix
Chris Toph 704a630a33 Refactors host config file structure
• Migrates configuration files from 'common' to 'global'
• Updates import paths across modules
• Removes outdated macOS configuration
• Adds user configuration files WIP
2025-05-08 17:06:03 -04:00

7 lines
113 B
Nix

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