nixos-config/modules/home/foot/default.nix

7 lines
109 B
Nix
Raw Normal View History

2023-11-05 11:40:44 +01:00
{...}: {
programs.foot = {
enable = true;
};
xdg.configFile."foot/foot.ini".source = ./foot.ini;
}