diff --git a/TODO.md b/TODO.md index a9fcc5a9..575d3838 100644 --- a/TODO.md +++ b/TODO.md @@ -1,5 +1,6 @@ # To-dos +- [ ] Centralized/synchronized notes, bookmarks, ... all in one - [ ] Make personal homepage o: - [ ] Figure out storing bookmarks, lists, data ... - [ ] Look into Matrix and Fedi accounts and setting up app(s) diff --git a/nixos/hardware/framework/general.nix b/nixos/hardware/framework/general.nix index c21290c0..1c90fcdb 100644 --- a/nixos/hardware/framework/general.nix +++ b/nixos/hardware/framework/general.nix @@ -1,4 +1,7 @@ _: { - hardware.framework.laptop13.audioEnhancement.enable = true; + hardware.framework.laptop13.audioEnhancement = { + enable = true; + hideRawDevice = false; + }; services.ucodenix.cpuModelId = "00A70F41"; }