Unstable config

This commit is contained in:
Filippo Berto 2022-04-14 00:15:30 +02:00
parent 150ce70fbe
commit bbee9d7993
5 changed files with 57 additions and 17 deletions

View file

@ -156,7 +156,7 @@
};
};
services.dbus.packages = with pkgs; [ gnome.dconf ];
services.dbus.packages = with pkgs; [ dconf ];
services.gnome.gnome-keyring.enable = true;
hardware.bluetooth.enable = true;
# services.blueman.enable = true;

View file

@ -5,13 +5,6 @@
{ config, pkgs, ... }:
{
imports =
[
<nixos-hardware/common/cpu/amd>
<nixos-hardware/common/pc/laptop/ssd>
./base.nix
];
boot.initrd.kernelModules = [ "i915" ];
hardware.cpu.intel.updateMicrocode = config.hardware.enableRedistributableFirmware;