From 472516e7e1df14ccc621628b8a22b105c0db264b Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Thu, 24 Aug 2023 17:26:33 +0300 Subject: [PATCH] enable grapejuice in sakotop --- hosts/sakotop/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/sakotop/configuration.nix b/hosts/sakotop/configuration.nix index a643d333..dfedd607 100644 --- a/hosts/sakotop/configuration.nix +++ b/hosts/sakotop/configuration.nix @@ -47,6 +47,7 @@ wine.enable = true; lutris.enable = true; steam.enable = true; + grapejuice.enable = true; }; media = { gimp.enable = true;