8 lines
110 B
Nix
8 lines
110 B
Nix
{...}:
|
|
{
|
|
programs.foot = {
|
|
enable = true;
|
|
};
|
|
xdg.configFile."foot/foot.ini".source = ./foot.ini;
|
|
}
|