my-nixos-config/nixos/modules/foot.nix
2026-01-23 12:04:59 +01:00

8 lines
131 B
Nix

{ pkgs, ... }:
{
programs.foot = {
enable = true;
enableBashIntegration = true;
enableFishIntegration = true;
};
}