This commit is contained in:
parent
43b5878242
commit
6ddedbf5ff
1 changed files with 6 additions and 3 deletions
|
@ -57,14 +57,17 @@
|
||||||
"zoom"
|
"zoom"
|
||||||
];
|
];
|
||||||
homebrew.brews = [
|
homebrew.brews = [
|
||||||
"virt-manager"
|
|
||||||
"autoconf"
|
"autoconf"
|
||||||
"automake"
|
"automake"
|
||||||
|
"guile"
|
||||||
"libtool"
|
"libtool"
|
||||||
"wget"
|
{
|
||||||
|
name = "libvirt";
|
||||||
|
restart_service = true;
|
||||||
|
}
|
||||||
"qemu"
|
"qemu"
|
||||||
"texinfo"
|
"texinfo"
|
||||||
"guile"
|
"wget"
|
||||||
];
|
];
|
||||||
home-manager.users.cyryl = {...}: {
|
home-manager.users.cyryl = {...}: {
|
||||||
imports = [
|
imports = [
|
||||||
|
|
Loading…
Reference in a new issue