diff options
Diffstat (limited to 'nixos/modules/gaming.nix')
| -rw-r--r-- | nixos/modules/gaming.nix | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/nixos/modules/gaming.nix b/nixos/modules/gaming.nix index 3a9d8e7..4f957ed 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 @@ -44,7 +47,7 @@ in { with pkgs; [ ncurses xorg.libXpm - flac134 + flac134 # For Nebuchadnezzar libopus SDL SDL2_image |
