diff options
author | Alan Pearce | 2023-07-08 12:19:02 +0200 |
---|---|---|
committer | Alan Pearce | 2023-07-08 12:19:02 +0200 |
commit | de4a9f66338d756c04483ff357ecdcca03806adc (patch) | |
tree | d64d031594806050d3cd7d23e1eeea71efd2539a /system | |
parent | 7aa45a7cbc288188c8f0a14cb3f3b8b4a652b100 (diff) | |
download | nixfiles-de4a9f66338d756c04483ff357ecdcca03806adc.tar.lz nixfiles-de4a9f66338d756c04483ff357ecdcca03806adc.tar.zst nixfiles-de4a9f66338d756c04483ff357ecdcca03806adc.zip |
gaming: install ludusavi for game save backups
Diffstat (limited to 'system')
-rw-r--r-- | system/settings/gaming.nix | 4 |
1 files changed, 4 insertions, 0 deletions
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; }; |