xatci: add docker and flyctl for stream

Signed-off-by: Xe Iaso <me@christine.website>
This commit is contained in:
Cadey Ratio 2022-05-14 15:49:44 +00:00
parent 13d45b6e59
commit ca124c5de5
1 changed files with 2 additions and 1 deletions

View File

@ -124,7 +124,8 @@
shell = pkgs.fish;
};
environment.systemPackages = with pkgs; [ mosh ];
environment.systemPackages = with pkgs; [ mosh flyctl ];
virtualisation.docker.enable = true;
home-manager.users.cadey = { lib, ... }:
let