mreow: use nixos-hardware's framework speaker tuning
This commit is contained in:
parent
e07472a466
commit
0667de38fe
@ -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 = {
|
||||||
|
|||||||
@ -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; [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user