From 3cc1e8e5335d07b246446145de99f0d87e15df9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Tue, 13 May 2025 17:45:07 +0200 Subject: nixos: few minor tweaks and add prismlauncher and remove onlyoffice --- nixos/modules/gaming.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'nixos/modules/gaming.nix') diff --git a/nixos/modules/gaming.nix b/nixos/modules/gaming.nix index 6dce70d..6e25320 100644 --- a/nixos/modules/gaming.nix +++ b/nixos/modules/gaming.nix @@ -18,7 +18,10 @@ in { config = mkIf cnf { cynerd.desktop.enable = true; - environment.systemPackages = [pkgs.heroic]; + environment.systemPackages = with pkgs; [ + heroic + prismlauncher + ]; nixpkgs.config.permittedInsecurePackages = [ "SDL_ttf-2.0.11" # TODO -- cgit v1.2.3