typst, distrobox, eduvpn

This commit is contained in:
Till 2025-11-04 09:57:42 +01:00
parent 925f6fe77c
commit 405dfebee4
3 changed files with 15 additions and 1 deletions

10
system/distrobox.nix Normal file
View file

@ -0,0 +1,10 @@
{ config, pkgs, ... }:
{
virtualisation.podman = {
enable = true;
dockerCompat = true;
};
environment.systemPackages = [ pkgs.distrobox ];
}