mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 17:39:37 +08:00
13 lines
407 B
Nix
13 lines
407 B
Nix
{
|
|
time = "2025-12-04T19:34:38+00:00";
|
|
condition = true;
|
|
message = ''
|
|
A new module is available: `programs.screen`
|
|
|
|
GNU Screen is a terminal multiplexer, a software application that can
|
|
be used to multiplex several virtual consoles, allowing a user to access
|
|
multiple separate login sessions inside a single terminal window, or detach
|
|
and reattach sessions from a terminal.
|
|
'';
|
|
}
|