From 8bc94955726945894b143a008f30745b459ebee8 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Fri, 3 Sep 2021 21:45:27 -0400 Subject: [PATCH] x1 updates --- features/gnome.nix | 3 +++ flake.lock | 8 ++++---- flake.nix | 2 +- hosts/x1c7.nix | 2 +- 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/features/gnome.nix b/features/gnome.nix index 0c07ce6..f449cb3 100644 --- a/features/gnome.nix +++ b/features/gnome.nix @@ -5,4 +5,7 @@ desktopManager.gnome.enable = true; }; + environment.systemPackages = with pkgs; [ + gnome3.gnome-tweak-tool + ]; } diff --git a/flake.lock b/flake.lock index bec768c..96305d4 100644 --- a/flake.lock +++ b/flake.lock @@ -613,17 +613,17 @@ }, "nixpkgs_7": { "locked": { - "lastModified": 1630248577, - "narHash": "sha256-9d/yq96TTrnF7qjA6wPYk+rYjWAXwfUmwk3qewezSeg=", + "lastModified": 1630338749, + "narHash": "sha256-J1LsmwGtlYpqIMYEi/amMKkk0VfRrwHaEs/uylugGnE=", "owner": "nixos", "repo": "nixpkgs", - "rev": "8d8a28b47b7c41aeb4ad01a2bd8b7d26986c3512", + "rev": "8a2ec31e224de9461390cdd03e5e0b0290cdad0b", "type": "github" }, "original": { "owner": "nixos", "repo": "nixpkgs", - "rev": "8d8a28b47b7c41aeb4ad01a2bd8b7d26986c3512", + "rev": "8a2ec31e224de9461390cdd03e5e0b0290cdad0b", "type": "github" } }, diff --git a/flake.nix b/flake.nix index 0dfb9ea..43a7618 100644 --- a/flake.nix +++ b/flake.nix @@ -6,7 +6,7 @@ # https://status.nixos.org/ # # This ensures that we always use the official nix cache. - nixpkgs.url = "github:nixos/nixpkgs/8d8a28b47b7c41aeb4ad01a2bd8b7d26986c3512"; + nixpkgs.url = "github:nixos/nixpkgs/8a2ec31e224de9461390cdd03e5e0b0290cdad0b"; nixos-hardware.url = github:NixOS/nixos-hardware/master; home-manager.url = "github:nix-community/home-manager"; diff --git a/hosts/x1c7.nix b/hosts/x1c7.nix index 22a14c3..6900bdf 100644 --- a/hosts/x1c7.nix +++ b/hosts/x1c7.nix @@ -35,7 +35,7 @@ boot.initrd.availableKernelModules = [ "xhci_pci" "nvme" "usbhid" "usb_storage" "sd_mod" ]; boot.initrd.kernelModules = [ ]; boot.kernelModules = [ "kvm-intel" ]; - boot.extraModulePackages = [ ]; + boot.extraModulePackages = [ config.boot.kernelPackages.rtl8821cu ]; boot.kernelPackages = pkgs.linuxPackages_latest; boot.supportedFilesystems = [ "ntfs" ];