feat(shell): replace picocom with screen
This commit is contained in:
parent
af91086a14
commit
9dbd15317d
3 changed files with 7 additions and 6 deletions
5
shell/screen.nix
Normal file
5
shell/screen.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = [ pkgs.screen ];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue