diff options
-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; }; |