x1 updates

This commit is contained in:
Sridhar Ratnakumar 2021-09-03 21:45:27 -04:00
parent 2a11b5e912
commit 8bc9495572
4 changed files with 9 additions and 6 deletions

View file

@ -5,4 +5,7 @@
desktopManager.gnome.enable = true;
};
environment.systemPackages = with pkgs; [
gnome3.gnome-tweak-tool
];
}

8
flake.lock generated
View file

@ -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"
}
},

View file

@ -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";

View file

@ -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" ];