diff options
author | Karel Kočí <cynerd@email.cz> | 2024-02-22 21:51:02 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2024-02-22 21:51:02 +0100 |
commit | 927fab5c6ec204ce2d7ddac3901519c023331c89 (patch) | |
tree | adb16e6502022bcc1e8305f1db14cdc3e1957f5f | |
parent | d6f242168591a8b14c44c6b6496b51a98cef89bd (diff) | |
download | nixos-personal-927fab5c6ec204ce2d7ddac3901519c023331c89.tar.gz nixos-personal-927fab5c6ec204ce2d7ddac3901519c023331c89.tar.bz2 nixos-personal-927fab5c6ec204ce2d7ddac3901519c023331c89.zip |
nixos/gaming: get Nebuchandnezard working
-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 ]; }; }; |