Compare commits
No commits in common. "5beb18c87d9c64b8fc812dc901aeb9c3ca320c2c" and "6d9ae3ec729e474ad7a04b0bc427ab20d078700b" have entirely different histories.
5beb18c87d
...
6d9ae3ec72
2 changed files with 3 additions and 3 deletions
|
@ -97,8 +97,8 @@
|
|||
# brcmfmac being loaded during hibernation would not let a successful resume
|
||||
# https://bugzilla.kernel.org/show_bug.cgi?id=101681#c116.
|
||||
# Also brcmfmac could randomly crash on resume from sleep.
|
||||
powerUpCommands = lib.mkBefore "${pkgs.kmod}/bin/modprobe brcmfmac && ${pkgs.kmod}/bin/modprobe brcmfmac_wcc";
|
||||
powerDownCommands = lib.mkBefore "${pkgs.kmod}/bin/rmmod brcmfmac_wcc && ${pkgs.kmod}/bin/rmmod brcmfmac";
|
||||
powerUpCommands = lib.mkBefore "${pkgs.kmod}/bin/modprobe brcmfmac";
|
||||
powerDownCommands = lib.mkBefore "${pkgs.kmod}/bin/rmmod brcmfmac";
|
||||
};
|
||||
|
||||
# USB subsystem wakes up MBP right after suspend unless we disable it.
|
||||
|
|
|
@ -147,7 +147,7 @@
|
|||
#libsForQt5.bismuth
|
||||
mixxx
|
||||
mumble
|
||||
#neochat
|
||||
neochat
|
||||
nextcloud-client
|
||||
obsidian
|
||||
signal-desktop
|
||||
|
|
Loading…
Add table
Reference in a new issue