mirror of
https://github.com/nmasur/dotfiles
synced 2025-02-07 19:12:03 +00:00
10 lines
134 B
Nix
10 lines
134 B
Nix
{ pkgs, ... }:
|
|
{
|
|
|
|
# TODO: just replace with packages instead of apps
|
|
|
|
type = "app";
|
|
|
|
program = "${pkgs.loadkey}/bin/loadkey";
|
|
}
|