home-manager/shell/screen.nix

6 lines
55 B
Nix

{ pkgs, ... }:
{
home.packages = [ pkgs.screen ];
}