Noise Cancelation
This commit is contained in:
parent
45d8ac0dbf
commit
41cdcdd99a
2 changed files with 41 additions and 0 deletions
|
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue