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