Files
dotfiles/home/apps/matrix.nix
servius 7b86a1cb21
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m28s
feat: Added stuff to zen
2026-03-04 15:30:05 +05:30

12 lines
139 B
Nix

{
pkgs,
lib,
device,
...
}: {
home.packages = lib.optionals (device.is "ryu") [
pkgs.fluffychat
# pkgs.quaternion
];
}