unpin vscode-extensions

This commit is contained in:
cy 2025-03-11 11:18:21 -04:00
parent 553a07f0a9
commit ab0dfe08c7
Signed by: cy
SSH key fingerprint: SHA256:o/geVWV4om1QhUSkKvDQeW/eAihwnjyXkqMwrVdbuts
4 changed files with 32 additions and 31 deletions

View file

@ -257,8 +257,9 @@
"image/*" = "gwenview.desktop";
};
virtualisation = {
libvirtd.enable = true;
virtualisation.libvirtd = {
enable = true;
qemu.vhostUserPackages = with pkgs; [ virtiofsd ];
};
programs.virt-manager.enable = true;
my.containerization.enable = true;
@ -382,4 +383,5 @@
programs.ccache.enable = true;
nix.settings.extra-sandbox-paths = [ config.programs.ccache.cacheDir ];
programs.fuse.userAllowOther = true;
}