Files
home-manager/applications/matrix.nix
T
Nina Chlóe Kassandra Reiß 24cb271df4 Add cinny-desktop
2026-06-16 20:55:26 +02:00

16 lines
150 B
Nix

{
config,
pkgs,
lib,
...
}:
let
profile = import ./profile.nix;
in
{
home.packages = with pkgs; [
fluffychat
cinny-desktop
];
}