8 lines
131 B
Nix
8 lines
131 B
Nix
{ pkgs, ... }:
|
|
{
|
|
programs.foot = {
|
|
enable = true;
|
|
enableBashIntegration = true;
|
|
enableFishIntegration = true;
|
|
};
|
|
}
|