dotfiles/apps/loadkey.nix
2025-01-30 14:48:17 -05:00

10 lines
134 B
Nix

{ pkgs, ... }:
{
# TODO: just replace with packages instead of apps
type = "app";
program = "${pkgs.loadkey}/bin/loadkey";
}