added fractal

This commit is contained in:
twoneis 2024-01-07 20:12:19 +01:00
parent d1b7605dad
commit 75a88af419

View file

@ -1,5 +1,6 @@
{ pkgs, ... }: { { pkgs, ... }: {
home.packages = with pkgs; [ home.packages = with pkgs; [
signal-desktop signal-desktop
fractal
]; ];
} }