Skip to content

Commit

Permalink
fix: suspend freezes
Browse files Browse the repository at this point in the history
  • Loading branch information
sioodmy committed Sep 6, 2024
1 parent 7b0f51f commit 6000afa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions system/core/bootloader.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ in {
systemd.enable = true;
};
kernelPackages = mkDefault pkgs.linuxPackages_latest;
kernelParams = [
# fix for suspend issues
# see: https://www.reddit.com/r/archlinux/comments/e5oe4p/comment/fa8mzft/
"snd_hda_intel.dmic_detect=0"
];

bootspec.enable = mkDefault true;
loader = {
Expand Down
1 change: 0 additions & 1 deletion system/wayland/desktop/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
librewolf
tor-browser
tdesktop
libreoffice-fresh
ytmdl
sent
nicotine-plus
Expand Down

0 comments on commit 6000afa

Please sign in to comment.