bit structure changed and voice init

This commit is contained in:
twoneis 2023-12-27 16:38:38 +01:00
parent 51f6a03060
commit 7c948f74b9
7 changed files with 54 additions and 36 deletions

View file

@ -1,6 +0,0 @@
{ pkgs, ... }: {
virtualisation.docker.enable = true;
environment.systemPackages = with pkgs; [
distrobox
];
}