Files
home-manager/applications/matrix.nix
T
2026-07-10 06:56:27 +02:00

15 lines
135 B
Nix

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