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
|
../../modules/nixos/mumble.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.systemPackages = [ pkgs.alsa-oss ];
|
|
||||||
|
|
||||||
home-manager.users.wo2w = {
|
home-manager.users.wo2w = {
|
||||||
imports = [
|
imports = [
|
||||||
../../modules/home
|
../../modules/home
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,7 @@ in {
|
||||||
};
|
};
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
gamescope # screen resolution controller for games that have bugs when changing resolution
|
gamescope # screen resolution controller for games that have bugs when changing resolution
|
||||||
|
alsa-oss # to fix minecraft audio jank
|
||||||
(prismlauncher.override {
|
(prismlauncher.override {
|
||||||
# Change Java runtimes available to Prism Launcher
|
# Change Java runtimes available to Prism Launcher
|
||||||
jdks = [
|
jdks = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue