I've made this a module as it imports configuration from `st` and potentially others as I continue to refactor.
5 lines
43 B
Nix
5 lines
43 B
Nix
{
|
|
imports = [
|
|
./screenkey.nix
|
|
];
|
|
}
|