feat: blender
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -73,6 +73,7 @@
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
nixpkgs.config.allowUnfreePredicate = _: true;
|
||||
home.packages = with pkgs; [
|
||||
blender
|
||||
vesktop
|
||||
gimp
|
||||
pureref
|
||||
|
||||
Reference in New Issue
Block a user