Add blender
This commit is contained in:
parent
e1b2111337
commit
1c88bd986b
1 changed files with 10 additions and 0 deletions
|
@ -227,9 +227,17 @@ with lib; {
|
|||
|
||||
# Virtualisation.
|
||||
programs.virt-manager.enable = true;
|
||||
|
||||
users.groups.libvirtd.members = ["fern"];
|
||||
|
||||
virtualisation = {
|
||||
spiceUSBRedirection.enable = true;
|
||||
|
||||
podman = {
|
||||
enable = true;
|
||||
dockerCompat = true;
|
||||
};
|
||||
|
||||
libvirtd = {
|
||||
enable = true;
|
||||
qemu = {
|
||||
|
@ -252,9 +260,11 @@ with lib; {
|
|||
environment.systemPackages = with pkgs; [
|
||||
adw-gtk3
|
||||
adwsteamgtk
|
||||
blender
|
||||
caligula
|
||||
celluloid
|
||||
deploy-rs
|
||||
distrobox
|
||||
feishin
|
||||
fluffychat
|
||||
fusee-nano
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue