mosh
This commit is contained in:
parent
1adcff2234
commit
aef8d0d80d
1 changed files with 3 additions and 0 deletions
|
|
@ -21,7 +21,10 @@
|
||||||
nix.package = lib.mkIf (config.networking.hostName == "NOcomputer") pkgs.lixPackageSets.stable.lix;
|
nix.package = lib.mkIf (config.networking.hostName == "NOcomputer") pkgs.lixPackageSets.stable.lix;
|
||||||
|
|
||||||
programs.pmount.enable = true;
|
programs.pmount.enable = true;
|
||||||
|
services.eternal-terminal.enable = true;
|
||||||
|
programs.mosh.enable = true;
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
eternal-terminal
|
||||||
# keep-sorted start
|
# keep-sorted start
|
||||||
bat
|
bat
|
||||||
bottom
|
bottom
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue