mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-09 10:31:06 +01:00
news: add screen entry
This commit is contained in:
parent
6bbc48804b
commit
35545f71dd
1 changed files with 12 additions and 0 deletions
12
modules/misc/news/2025/12/2025-12-04_16-34-38.nix
Normal file
12
modules/misc/news/2025/12/2025-12-04_16-34-38.nix
Normal 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.
|
||||||
|
'';
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue