First attempts on using distrobox

This commit is contained in:
Nina Chlóe Kassandra Reiß
2026-04-08 21:55:18 +02:00
parent e474979699
commit 36585f4206
10 changed files with 139 additions and 62 deletions

9
applications/matrix.nix Normal file
View File

@@ -0,0 +1,9 @@
{ config, pkgs, lib, ... }:
let
profile = import ./profile.nix;
in
{
environment.systemPackages = with pkgs; [
fluffychat
];
}