diff --git a/nixos-configurations/pc/default.nix b/nixos-configurations/pc/default.nix index 15ec01c..5cbe4ec 100644 --- a/nixos-configurations/pc/default.nix +++ b/nixos-configurations/pc/default.nix @@ -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"; }