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