4 lines
84 B
Nix
4 lines
84 B
Nix
{ lib, ... }: {
|
|
environment.variables.FOOT_CONFIG = lib.mkForce ./foot/Foot.ini;
|
|
}
|