mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-01-06 19:05:38 +08:00
7 lines
110 B
Nix
7 lines
110 B
Nix
{...}:
|
|
{
|
|
programs.foot = {
|
|
enable = true;
|
|
};
|
|
xdg.configFile."foot/foot.ini".source = ./foot.ini;
|
|
}
|