fwminex: tesseract
This commit is contained in:
parent
755c269115
commit
3172dc8275
|
@ -206,6 +206,10 @@ in {
|
|||
virtualisation.virtualbox.host.enable = true;
|
||||
users.extraGroups.vboxusers.members = ["motiejus"];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
tesseract
|
||||
];
|
||||
|
||||
networking = {
|
||||
hostId = "3a54afcd";
|
||||
hostName = "fwminex";
|
||||
|
|
Loading…
Reference in New Issue