Files
nixos/applications/matrix.nix
Nina Chlóe Kassandra Reiß 36585f4206 First attempts on using distrobox
2026-04-08 21:55:18 +02:00

10 lines
147 B
Nix

{ config, pkgs, lib, ... }:
let
profile = import ./profile.nix;
in
{
environment.systemPackages = with pkgs; [
fluffychat
];
}