Skip to content

Commit

Permalink
feat(modules/home): blender
Browse files Browse the repository at this point in the history
  • Loading branch information
bddvlpr committed Aug 5, 2024
1 parent f6f85be commit c274d17
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions modules/home/blender/default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{pkgs, ...}: {
home = {
packages = with pkgs; [blender];
persistence."/persist/home/bddvlpr".directories = [
".config/blender"
];
};
}

0 comments on commit c274d17

Please sign in to comment.