feat: Added stuff to zen
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m28s

This commit is contained in:
2026-03-04 15:30:05 +05:30
parent 4f18892d1b
commit 7b86a1cb21
4 changed files with 44 additions and 5 deletions

View File

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