vagrant
parent
9f9e675267
commit
a4caacb155
|
@ -61,6 +61,8 @@
|
||||||
".librewolf"
|
".librewolf"
|
||||||
".newsboat"
|
".newsboat"
|
||||||
".vdirsyncer"
|
".vdirsyncer"
|
||||||
|
".local/state/wireplumber"
|
||||||
|
".vagrant.d"
|
||||||
];
|
];
|
||||||
files = [
|
files = [
|
||||||
".gnupg/pubring.kbx"
|
".gnupg/pubring.kbx"
|
||||||
|
@ -147,6 +149,7 @@
|
||||||
shellcheck
|
shellcheck
|
||||||
signify
|
signify
|
||||||
sxiv
|
sxiv
|
||||||
|
vagrant
|
||||||
virt-manager
|
virt-manager
|
||||||
wget
|
wget
|
||||||
];
|
];
|
||||||
|
|
|
@ -201,6 +201,7 @@
|
||||||
virtualisation = {
|
virtualisation = {
|
||||||
docker.enable = true;
|
docker.enable = true;
|
||||||
libvirtd.enable = true;
|
libvirtd.enable = true;
|
||||||
|
spiceUSBRedirection.enable = true;
|
||||||
};
|
};
|
||||||
programs.dconf.enable = true;
|
programs.dconf.enable = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue