nixops: install imagemagick on rpi-server

This commit is contained in:
Sebastien Bourdeauducq 2021-06-04 14:06:05 +08:00
parent 8924e769f0
commit 8647914897
1 changed files with 1 additions and 0 deletions

View File

@ -122,6 +122,7 @@
documentation.enable = false; documentation.enable = false;
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
psmisc wget vim git sshfs usbutils lm_sensors file telnet mosh tmux psmisc wget vim git sshfs usbutils lm_sensors file telnet mosh tmux
imagemagick
]; ];
programs.fish.enable = true; programs.fish.enable = true;