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.
|
# 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue