feat(shell): replace picocom with screen
parent
af91086a14
commit
9dbd15317d
|
@ -18,9 +18,10 @@
|
|||
];
|
||||
|
||||
imports = [
|
||||
./picocom.nix
|
||||
./podman.nix
|
||||
|
||||
./shell/screen.nix
|
||||
|
||||
./horsch/ssh.nix
|
||||
./horsch/zsh.nix
|
||||
./horsch/github.nix
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = [ pkgs.picocom ];
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = [ pkgs.screen ];
|
||||
}
|
Loading…
Reference in New Issue