diff options
Diffstat (limited to 'nixos/modules')
-rw-r--r-- | nixos/modules/gaming.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nixos/modules/gaming.nix b/nixos/modules/gaming.nix index 9ab5737..64af068 100644 --- a/nixos/modules/gaming.nix +++ b/nixos/modules/gaming.nix @@ -30,6 +30,9 @@ in { extraPkgs = pkgs: with pkgs; [ ncurses + xorg.libXpm + flac1_3 + libopus ]; }; }; |