From 97f0818a251ccb7c100ad2af966b86a9b9b5950f Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Sat, 8 Feb 2025 17:11:35 -0800 Subject: migration: lutris --- hosts/c-pc/configuration.nix | 1 - hosts/c-pc/home.nix | 2 -- snowfall/modules/home/apps/default.nix | 3 +++ snowfall/modules/home/suites/gaming/default.nix | 1 + 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/hosts/c-pc/configuration.nix b/hosts/c-pc/configuration.nix index c0dc45b..568ba5a 100644 --- a/hosts/c-pc/configuration.nix +++ b/hosts/c-pc/configuration.nix @@ -36,7 +36,6 @@ go jdk21 - lutris libGL ]; diff --git a/hosts/c-pc/home.nix b/hosts/c-pc/home.nix index 5f74c32..0296bae 100644 --- a/hosts/c-pc/home.nix +++ b/hosts/c-pc/home.nix @@ -28,8 +28,6 @@ ".config/jellyfin" ".local/share/jellyfin" ".cache/jellyfin" - - ".local/share/lutris" ]; }; diff --git a/snowfall/modules/home/apps/default.nix b/snowfall/modules/home/apps/default.nix index 6a75f4f..b455ef1 100644 --- a/snowfall/modules/home/apps/default.nix +++ b/snowfall/modules/home/apps/default.nix @@ -24,5 +24,8 @@ with lib; with lib.${namespace}; { (mkSimpleApp "jellyfin" { packages = [ jellyfin-media-player ]; }) + (mkSimpleApp "lutris" { + persist = [ ".local/share/lutris" ]; + }) ]; } 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; }; }; }; -- cgit v1.2.3