my-nixos-config/nixos/modules/foot.nix
2026-03-15 21:53:43 +01:00

9 lines
201 B
Nix

{ pkgs, ... }:
{
programs.foot = {
enable = true;
enableBashIntegration = true;
enableFishIntegration = true;
};
environment.etc."xdg/autostart/foot-server.desktop".enable = false;
}