From de4a9f66338d756c04483ff357ecdcca03806adc Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 8 Jul 2023 12:19:02 +0200 Subject: gaming: install ludusavi for game save backups --- system/settings/gaming.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'system/settings') diff --git a/system/settings/gaming.nix b/system/settings/gaming.nix index 81dab887..17f25065 100644 --- a/system/settings/gaming.nix +++ b/system/settings/gaming.nix @@ -35,6 +35,10 @@ ''; }; + environment.systemPackages = with pkgs; [ + ludusavi + ]; + services.ananicy = { enable = true; }; -- cgit 1.4.1