This commit is contained in:
Ingolf Wagner 2020-01-20 19:26:42 +13:00
parent 01e451aae0
commit a27a7eaa02
Signed by: palo
GPG key ID: 76BF5F1928B9618B

View file

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