all repos — nixfiles @ de4a9f66338d756c04483ff357ecdcca03806adc

System and user configuration, managed by nix and home-manager

gaming: install ludusavi for game save backups

Alan Pearce
commit

de4a9f66338d756c04483ff357ecdcca03806adc

parent

7aa45a7cbc288188c8f0a14cb3f3b8b4a652b100

1 file changed, 4 insertions(+), 0 deletions(-)

jump to
M system/settings/gaming.nixsystem/settings/gaming.nix
@@ -35,6 +35,10 @@ DefaultLimitNOFILE=524288
''; }; + environment.systemPackages = with pkgs; [ + ludusavi + ]; + services.ananicy = { enable = true; };