feat: Added element
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m24s

This commit is contained in:
2026-03-07 02:14:01 +05:30
parent a50801f5bb
commit 452426f363
2 changed files with 2 additions and 1 deletions

View File

@@ -6,6 +6,7 @@
}: {
home.packages = lib.optionals (device.is "ryu") [
pkgs.fluffychat
pkgs.element-desktop
# pkgs.quaternion
];
}