1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-09 18:41:06 +01:00

news: add screen entry

This commit is contained in:
Aguirre Matteo 2025-12-04 16:36:15 -03:00 committed by Austin Horstman
parent 6bbc48804b
commit 35545f71dd

View file

@ -0,0 +1,12 @@
{
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.
'';
}