feat/kile-v2
Ricard Illa 2022-04-10 20:22:09 +02:00
parent 9f9e675267
commit a4caacb155
No known key found for this signature in database
GPG Key ID: F69A672B72E54902
2 changed files with 4 additions and 0 deletions

View File

@ -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
]; ];

View File

@ -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;