aboutsummaryrefslogtreecommitdiff
path: root/snowfall/modules/home/suites/gaming
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2025-02-08 17:11:35 -0800
committerCaroline Larimore <caroline@larimo.re>2025-04-14 18:58:51 -0700
commit97f0818a251ccb7c100ad2af966b86a9b9b5950f (patch)
treec882e13d4e784cddfddb9334a0fef530cf4e1dd2 /snowfall/modules/home/suites/gaming
parent712c9dc3bba44b054c084849facd1d7757ad1c1e (diff)
migration: lutris
Diffstat (limited to 'snowfall/modules/home/suites/gaming')
-rw-r--r--snowfall/modules/home/suites/gaming/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/snowfall/modules/home/suites/gaming/default.nix b/snowfall/modules/home/suites/gaming/default.nix
index b16b0e9..f72af27 100644
--- a/snowfall/modules/home/suites/gaming/default.nix
+++ b/snowfall/modules/home/suites/gaming/default.nix
@@ -12,6 +12,7 @@ in {
apps = {
steam.enable = true;
prismlauncher.enable = true;
+ lutris.enable = true;
};
};
};