nixops: install imagemagick on rpi-server

pull/20/head
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;
environment.systemPackages = with pkgs; [
psmisc wget vim git sshfs usbutils lm_sensors file telnet mosh tmux
imagemagick
];
programs.fish.enable = true;