diff options
Diffstat (limited to 'nixos/modules/gaming.nix')
-rw-r--r-- | nixos/modules/gaming.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/gaming.nix b/nixos/modules/gaming.nix index 3a9d8e7..6dce70d 100644 --- a/nixos/modules/gaming.nix +++ b/nixos/modules/gaming.nix @@ -35,7 +35,7 @@ in { with pkgs; [ ncurses xorg.libXpm - flac134 + #flac134 libopus ]; }; @@ -44,7 +44,7 @@ in { with pkgs; [ ncurses xorg.libXpm - flac134 + #flac134 libopus SDL SDL2_image |