mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-13 19:00:19 +01:00
personal-cli: Globally install virt-manager
This commit is contained in:
parent
377c17f6ea
commit
b575fc4e05
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
config,
|
||||
...
|
||||
}: {
|
||||
environment.systemPackages = [config.boot.kernelPackages.perf];
|
||||
environment.systemPackages = [config.boot.kernelPackages.perf pkgs.virt-manager];
|
||||
|
||||
services.privoxy.enable = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue