Add blender

This commit is contained in:
Fern Garden 2025-09-07 10:36:59 +08:00
parent e1b2111337
commit 1c88bd986b

View file

@ -227,9 +227,17 @@ with lib; {
# Virtualisation. # Virtualisation.
programs.virt-manager.enable = true; programs.virt-manager.enable = true;
users.groups.libvirtd.members = ["fern"]; users.groups.libvirtd.members = ["fern"];
virtualisation = { virtualisation = {
spiceUSBRedirection.enable = true; spiceUSBRedirection.enable = true;
podman = {
enable = true;
dockerCompat = true;
};
libvirtd = { libvirtd = {
enable = true; enable = true;
qemu = { qemu = {
@ -252,9 +260,11 @@ with lib; {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
adw-gtk3 adw-gtk3
adwsteamgtk adwsteamgtk
blender
caligula caligula
celluloid celluloid
deploy-rs deploy-rs
distrobox
feishin feishin
fluffychat fluffychat
fusee-nano fusee-nano