Updated laptop configuration

This commit is contained in:
2024-03-14 14:06:39 +01:00
parent f490d00fc6
commit ee4d85b94a
5 changed files with 35 additions and 19 deletions

View File

@@ -0,0 +1,13 @@
{ pkgs, ... }:
{
virtualisation.libvirtd.enable = true;
programs.virt-manager.enable = true;
users.users.xeovalyte.extraGroups = [ "libvirtd" ];
environment.systemPackages = with pkgs; [
quickemu
quickgui
];
}