feat(shell): replace picocom with screen
parent
af91086a14
commit
9dbd15317d
|
@ -18,9 +18,10 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
./picocom.nix
|
|
||||||
./podman.nix
|
./podman.nix
|
||||||
|
|
||||||
|
./shell/screen.nix
|
||||||
|
|
||||||
./horsch/ssh.nix
|
./horsch/ssh.nix
|
||||||
./horsch/zsh.nix
|
./horsch/zsh.nix
|
||||||
./horsch/github.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