My NixOS config.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

enable fwupd.

+1
+1
common/configuration.nix
··· 88 88 throttled.enable = lib.mkDefault true; 89 89 dbus.implementation = "broker"; 90 90 power-profiles-daemon.enable = false; 91 + fwupd.enable = true; 91 92 92 93 auto-cpufreq = 93 94 { enable = true;