Noise Cancelation

This commit is contained in:
Aleksandr Lebedev 2025-03-02 11:12:54 +01:00
parent 45d8ac0dbf
commit 41cdcdd99a
2 changed files with 41 additions and 0 deletions

View file

@ -4,6 +4,7 @@
hwconfig,
inputs,
config,
unstable-pkgs,
...
}: {
imports = [
@ -23,4 +24,8 @@
services.displayManager.sddm = {
wayland.enable = lib.mkForce false; # black screen
};
environment.systemPackages = with pkgs;[
prismlauncher
unstable-pkgs.mcpelauncher-ui-qt
];
}