mreow: use nixos-hardware's framework speaker tuning

This commit is contained in:
Simon Gardling 2025-01-29 00:06:21 -05:00
parent e07472a466
commit 0667de38fe
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D
2 changed files with 8 additions and 1 deletions

View File

@ -15,6 +15,13 @@
inputs.lanzaboote.nixosModules.lanzaboote inputs.lanzaboote.nixosModules.lanzaboote
]; ];
hardware.framework.laptop13.audioEnhancement = {
enable = true;
# seems audio doesn't work without this
hideRawDevice = false;
};
services.tlp = { services.tlp = {
enable = true; enable = true;
settings = { settings = {

View File

@ -17,7 +17,7 @@
./progs/swaylock.nix ./progs/swaylock.nix
./progs/framework-13-easyeffects.nix # ./progs/framework-13-easyeffects.nix
]; ];
home.packages = with pkgs; [ home.packages = with pkgs; [