+2
nixos/doc/manual/release-notes/rl-2411.section.md
+2
nixos/doc/manual/release-notes/rl-2411.section.md
···- [Wakapi](https://wakapi.dev/), a time tracking software for programmers. Available as [services.wakapi](#opt-services.wakapi.enable).+- [foot](https://codeberg.org/dnkl/foot), a fast, lightweight and minimalistic Wayland terminal emulator. Available as [programs.foot](#opt-programs.foot.enable).- `transmission` package has been aliased with a `trace` warning to `transmission_3`. Since [Transmission 4 has been released last year](https://github.com/transmission/transmission/releases/tag/4.0.0), and Transmission 3 will eventually go away, it was decided perform this warning alias to make people aware of the new version. The `services.transmission.package` defaults to `transmission_3` as well because the upgrade can cause data loss in certain specific usage patterns (examples: [#5153](https://github.com/transmission/transmission/issues/5153), [#6796](https://github.com/transmission/transmission/issues/6796)). Please make sure to back up to your data directory per your usage:
+1
nixos/modules/module-list.nix
+1
nixos/modules/module-list.nix
+27
nixos/modules/programs/foot/bashrc
+27
nixos/modules/programs/foot/bashrc
···
+20
nixos/modules/programs/foot/config.fish
+20
nixos/modules/programs/foot/config.fish
···
+92
nixos/modules/programs/foot/default.nix
+92
nixos/modules/programs/foot/default.nix
···+Configuration for foot terminal emulator. Further information can be found in {command}`man 5 foot.ini`.+Theme name. Check <https://codeberg.org/dnkl/foot/src/branch/master/themes> for available themes.+bash.interactiveShellInit = lib.mkIf cfg.enableBashIntegration ". ${./bashrc} # enable shell integration for foot terminal";+fish.interactiveShellInit = lib.mkIf cfg.enableFishIntegration "source ${./config.fish} # enable shell integration for foot terminal";+zsh.interactiveShellInit = lib.mkIf cfg.enableZshIntegration ". ${./zshrc} # enable shell integration for foot terminal";
+25
nixos/modules/programs/foot/zshrc
+25
nixos/modules/programs/foot/zshrc
···