aboutsummaryrefslogtreecommitdiff
path: root/snowfall/modules/home/suites
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2025-02-08 15:09:38 -0800
committerCaroline Larimore <caroline@larimo.re>2025-04-14 18:58:50 -0700
commit89911792efc07ce5dd52f3a9f5b2eb2046fd06a6 (patch)
treeb8655aa8823a16415da17c9ad36a3ada8667d02f /snowfall/modules/home/suites
parentea3a9439ca7ee6918397e54273c47f63e1a3faeb (diff)
migration: persist steam files
Diffstat (limited to 'snowfall/modules/home/suites')
-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 201e650..b16b0e9 100644
--- a/snowfall/modules/home/suites/gaming/default.nix
+++ b/snowfall/modules/home/suites/gaming/default.nix
@@ -10,6 +10,7 @@ in {
config = mkIf cfg.enable {
cxl = {
apps = {
+ steam.enable = true;
prismlauncher.enable = true;
};
};