Add blender package

This commit is contained in:
thiloho
2023-10-01 22:59:28 +02:00
parent b6750d9055
commit 3ae903200f

View File

@@ -23,7 +23,12 @@
home-manager.users.thiloho = { pkgs, lib, ... }: {
programs.git.signing.key = "5ECD00BDC15A987E";
home.stateVersion = "23.05";
home = {
packages = with pkgs; [
blender
];
stateVersion = "23.05";
};
};
system.stateVersion = "23.05";
}