Compare commits

..

No commits in common. "5beb18c87d9c64b8fc812dc901aeb9c3ca320c2c" and "6d9ae3ec729e474ad7a04b0bc427ab20d078700b" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View file

@ -97,8 +97,8 @@
# brcmfmac being loaded during hibernation would not let a successful resume # brcmfmac being loaded during hibernation would not let a successful resume
# https://bugzilla.kernel.org/show_bug.cgi?id=101681#c116. # https://bugzilla.kernel.org/show_bug.cgi?id=101681#c116.
# Also brcmfmac could randomly crash on resume from sleep. # Also brcmfmac could randomly crash on resume from sleep.
powerUpCommands = lib.mkBefore "${pkgs.kmod}/bin/modprobe brcmfmac && ${pkgs.kmod}/bin/modprobe brcmfmac_wcc"; powerUpCommands = lib.mkBefore "${pkgs.kmod}/bin/modprobe brcmfmac";
powerDownCommands = lib.mkBefore "${pkgs.kmod}/bin/rmmod brcmfmac_wcc && ${pkgs.kmod}/bin/rmmod brcmfmac"; powerDownCommands = lib.mkBefore "${pkgs.kmod}/bin/rmmod brcmfmac";
}; };
# USB subsystem wakes up MBP right after suspend unless we disable it. # USB subsystem wakes up MBP right after suspend unless we disable it.

View file

@ -147,7 +147,7 @@
#libsForQt5.bismuth #libsForQt5.bismuth
mixxx mixxx
mumble mumble
#neochat neochat
nextcloud-client nextcloud-client
obsidian obsidian
signal-desktop signal-desktop