mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 19:51:34 +01:00
Reinstall quickgui
This commit is contained in:
parent
ba92bc6a3f
commit
dce29185ba
1 changed files with 4 additions and 1 deletions
|
|
@ -11,6 +11,9 @@
|
||||||
virtualisation.libvirtd.enable = true;
|
virtualisation.libvirtd.enable = true;
|
||||||
programs.virt-manager.enable = true;
|
programs.virt-manager.enable = true;
|
||||||
|
|
||||||
environment.systemPackages = [ pkgs.quickemu ];
|
environment.systemPackages = [
|
||||||
|
pkgs.quickemu
|
||||||
|
pkgs.quickgui
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue