Formatting fix

This commit is contained in:
Greg Hellings
2022-08-31 00:27:07 -05:00
parent 8034f6ab7d
commit 141ac515d9
+4 -1
View File
@@ -1,5 +1,8 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
home.packages = [ pkgs.element-desktop pkgs.nheko ]; home.packages = with pkgs; [
element-desktop
nheko
];
} }