sterni: add darktable

This commit is contained in:
Ingolf Wagner 2020-01-18 18:41:06 +13:00
parent efa76e9471
commit f7e1df5ad3
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B

View file

@ -1,5 +1,5 @@
{ config, lib, pkgs, ... }: { { config, lib, pkgs, ... }: {
environment.systemPackages = with pkgs; [ bitwig-studio sononym-crawler ]; environment.systemPackages = with pkgs; [ bitwig-studio sononym-crawler darktable ];
} }