blender
and org-roam-ui
This commit is contained in:
parent
7f18e318b7
commit
264b1d0ac4
8 changed files with 38 additions and 9 deletions
8
users/profiles/blender/default.nix
Normal file
8
users/profiles/blender/default.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
] ++ (if !stdenv.hostPlatform.isAarch64 then [
|
||||
blender
|
||||
]
|
||||
else [ ]);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue