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