fix screenshot, add virtualbox

This commit is contained in:
2025-12-01 21:07:17 +03:00
parent abbea47279
commit bd29489055
2 changed files with 8 additions and 2 deletions
+5
View File
@@ -1,6 +1,11 @@
{ config, pkgs, lib, ... }:
{
# networkmanagerapplet and nm-applet
virtualisation.virtualbox.host.enable = true;
users.extraGroups.vboxusers.members = [ "krosh" ];
services.udev.packages = [ pkgs.yubikey-personalization ];
services.pcscd.enable = true;