diff --git a/hosts/comfy-station/configuration.nix b/hosts/comfy-station/configuration.nix index 3050b2c..789ee45 100644 --- a/hosts/comfy-station/configuration.nix +++ b/hosts/comfy-station/configuration.nix @@ -43,6 +43,12 @@ hive.wg.client.peer = "comfy-station"; hive.programs.games.enable = true; hive.programs.games.steam = true; + hive.programs.creative = { + enable = true; + image-management = true; + image-raw-processing = true; + video-editing-light = true; + }; # system packages environment.systemPackages = with pkgs; [