System: Enable bluetooth + gvfs
This commit is contained in:
@ -386,7 +386,7 @@ with mylib.networking; {
|
||||
fwupd.enable = true; # Device firmware (I don't think I have any supported devices)
|
||||
# locate.enable = true; # Periodically update index
|
||||
ntp.enable = true; # Clock sync
|
||||
gvfs.enable = false; # Network shares TODO: Only gnome? Needed?
|
||||
gvfs.enable = true; # Network shares, spotify cover art caching, ...
|
||||
udev = {
|
||||
packages = with pkgs; [
|
||||
usb-blaster-udev-rules # For Intel Quartus
|
||||
|
@ -100,6 +100,7 @@
|
||||
enableRedistributableFirmware = true;
|
||||
# cpu.intel.updateMicrocode = true;
|
||||
cpu.amd.updateMicrocode = true;
|
||||
bluetooth.enable = true;
|
||||
|
||||
nvidia = {
|
||||
package = config.boot.kernelPackages.nvidiaPackages.stable;
|
||||
|
@ -53,6 +53,7 @@
|
||||
hardware = {
|
||||
enableRedistributableFirmware = true;
|
||||
cpu.intel.updateMicrocode = true;
|
||||
bluetooth.enable = true;
|
||||
|
||||
graphics = {
|
||||
enable = true;
|
||||
|
Reference in New Issue
Block a user