reformat
This commit is contained in:
parent
01e451aae0
commit
a27a7eaa02
1 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
||||||
{ config, lib, pkgs, ... }: {
|
{ config, lib, pkgs, ... }: {
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [ bitwig-studio sononym-crawler darktable ];
|
environment.systemPackages = with pkgs; [
|
||||||
|
bitwig-studio
|
||||||
|
sononym-crawler
|
||||||
|
darktable
|
||||||
|
];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue