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