aboutsummaryrefslogtreecommitdiff
path: root/roots
diff options
context:
space:
mode:
authorKatharina Fey <kookie@spacekookie.de>2019-10-06 20:01:01 +0000
committerKatharina Fey <kookie@spacekookie.de>2019-10-06 20:01:01 +0000
commit799001b60192927cc0edc472ab5d400f88f89e77 (patch)
tree5217c959a3b15b78f4db4caa216c964fe14ffc99 /roots
parentb41c025fc13203214a45746e9c1a8b346602afea (diff)
roots/uwu: Adding redistributable firmware and trackpad support
Diffstat (limited to 'roots')
-rw-r--r--roots/uwu.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/roots/uwu.nix b/roots/uwu.nix
index d46abd9df88..d41634ca9e3 100644
--- a/roots/uwu.nix
+++ b/roots/uwu.nix
@@ -12,16 +12,20 @@
{ lib, config, pkgs, ... }:
{
+ nixpkgs.config.allowUnfree = true;
+
imports = [
<home-manager/nixos>
../modules/nix
../modules/base
../modules/workstation
+ ../modules/workstation/hardware/trackpoint
];
boot.kernelModules = [ "kvm-intel" ];
boot.initrd.availableKernelModules =
[ "xhci_pci" "ehci_pci" "ahci" "sd_mod" "sdhci_pci" ];
+ hardware.enableRedistributableFirmware = true;
boot.loader.grub = {
copyKernels = true;