typst, distrobox, eduvpn
This commit is contained in:
parent
925f6fe77c
commit
405dfebee4
3 changed files with 15 additions and 1 deletions
10
system/distrobox.nix
Normal file
10
system/distrobox.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
virtualisation.podman = {
|
||||
enable = true;
|
||||
dockerCompat = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = [ pkgs.distrobox ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue