feat: blender

This commit is contained in:
Gustavo "Guz" L. de Mello
2024-06-05 00:40:26 -03:00
parent 7ba0e258ae
commit 0601017157
3 changed files with 7 additions and 1 deletions

View File

@@ -52,7 +52,11 @@
enable = true;
driSupport = true;
driSupport32Bit = true;
extraPackages = [pkgs.rocmPackages.clr.icd];
extraPackages = with pkgs; [
libvdpau-va-gl
rocmPackages.clr.icd
vaapiVdpau
];
};
programs.steam.enable = true;

View File

@@ -141,6 +141,7 @@ in {
windowrulev2 = [
"float,class:^(org.inkscape.Inkscape)$"
"tile,class:^(org.inkscape.Inkscape)$,title:(.*)(- Inkscape)$"
"float,class:^(blender)$,title:^(?!.*\ \-\ Blender).*$"
];
workspace = [
# Primary monitor

View File

@@ -73,6 +73,7 @@
nixpkgs.config.allowUnfree = true;
nixpkgs.config.allowUnfreePredicate = _: true;
home.packages = with pkgs; [
blender
vesktop
gimp
pureref