my-nixos-config/nixos/modules/foot.nix
2025-11-11 16:09:55 +01:00

7 lines
131 B
Nix

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