dotfiles/apps/loadkey.nix

10 lines
134 B
Nix
Raw Permalink Normal View History

2024-04-20 09:42:06 -04:00
{ pkgs, ... }:
{
2022-10-02 20:54:26 +00:00
2025-01-30 14:48:17 -05:00
# TODO: just replace with packages instead of apps
2022-10-02 20:54:26 +00:00
type = "app";
2025-01-30 14:48:17 -05:00
program = "${pkgs.loadkey}/bin/loadkey";
2022-10-02 20:54:26 +00:00
}