Add tumbler and thumbnail service
This commit is contained in:
parent
4d769f6c0f
commit
2d3615f14f
@ -143,6 +143,9 @@ in
|
|||||||
# Enable the OpenSSH daemon.
|
# Enable the OpenSSH daemon.
|
||||||
services.openssh.enable = true;
|
services.openssh.enable = true;
|
||||||
|
|
||||||
|
# Enable thumbnailer service
|
||||||
|
services.tumbler.enable = true;
|
||||||
|
|
||||||
# Open ports in the firewall.
|
# Open ports in the firewall.
|
||||||
# networking.firewall.allowedTCPPorts = [ ... ];
|
# networking.firewall.allowedTCPPorts = [ ... ];
|
||||||
# networking.firewall.allowedUDPPorts = [ ... ];
|
# networking.firewall.allowedUDPPorts = [ ... ];
|
||||||
|
@ -14,6 +14,8 @@
|
|||||||
xdg-utils # xdg directories, open, etc
|
xdg-utils # xdg directories, open, etc
|
||||||
sweet # gtk theme
|
sweet # gtk theme
|
||||||
capitaine-cursors # cursor theme
|
capitaine-cursors # cursor theme
|
||||||
|
tumbler # image files thumbnail generator (+ base requirement)
|
||||||
|
ffmpegthumbnailer # video files thumbnail generator
|
||||||
];
|
];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user