diff options
author | Karel Kočí <cynerd@email.cz> | 2025-08-13 08:48:03 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2025-08-13 08:48:18 +0200 |
commit | 51d10fa6886f8dc3a35e0982189ef5a5b319d6fe (patch) | |
tree | 83b29c686c4fc49fa0e088e1fe02df40b8c7f2ad /nixos | |
parent | 1bf508755335f1e2b6304cb927882f7d4c17a7d6 (diff) | |
download | nixos-personal-51d10fa6886f8dc3a35e0982189ef5a5b319d6fe.tar.gz nixos-personal-51d10fa6886f8dc3a35e0982189ef5a5b319d6fe.tar.bz2 nixos-personal-51d10fa6886f8dc3a35e0982189ef5a5b319d6fe.zip |
Diffstat (limited to 'nixos')
-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 6e25320..4f957ed 100644 --- a/nixos/modules/gaming.nix +++ b/nixos/modules/gaming.nix @@ -38,7 +38,7 @@ in { with pkgs; [ ncurses xorg.libXpm - #flac134 + flac134 libopus ]; }; @@ -47,7 +47,7 @@ in { with pkgs; [ ncurses xorg.libXpm - #flac134 + flac134 # For Nebuchadnezzar libopus SDL SDL2_image |