earthmover: move alsa-oss to gaming module
This commit is contained in:
parent
c616480051
commit
9cbf114752
2 changed files with 1 additions and 2 deletions
|
|
@ -11,8 +11,6 @@
|
|||
../../modules/nixos/mumble.nix
|
||||
];
|
||||
|
||||
environment.systemPackages = [ pkgs.alsa-oss ];
|
||||
|
||||
home-manager.users.wo2w = {
|
||||
imports = [
|
||||
../../modules/home
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@ in {
|
|||
};
|
||||
environment.systemPackages = with pkgs; [
|
||||
gamescope # screen resolution controller for games that have bugs when changing resolution
|
||||
alsa-oss # to fix minecraft audio jank
|
||||
(prismlauncher.override {
|
||||
# Change Java runtimes available to Prism Launcher
|
||||
jdks = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue