nixops: install imagemagick on rpi-server
This commit is contained in:
parent
8924e769f0
commit
8647914897
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue