update kernel

This commit is contained in:
notohh 2022-12-16 01:10:11 -05:00
parent b572b72d55
commit 7217c47d0e
2 changed files with 7 additions and 8 deletions

View file

@ -12,6 +12,7 @@
boot.loader.systemd-boot.configurationLimit = 5;
boot.loader.efi.canTouchEfiVariables = true;
boot.loader.efi.efiSysMountPoint = "/boot/efi";
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.extraModulePackages = with config.boot.kernelPackages;
[ v4l2loopback.out ];
boot.kernelModules = [ "v4l2loopback" "kvm-intel" ];
@ -87,7 +88,7 @@
users.users.notoh = {
isNormalUser = true;
description = "notoh";
extraGroups = [ "networkmanager" "wheel" "disk" "video" ];
extraGroups = [ "networkmanager" "wheel" "disk" "video" "input" ];
packages = with pkgs; [
# essential
firefox
@ -128,12 +129,9 @@
wine
lutris
bottles
gamescope
# theming
catppuccin-gtk
catppuccin-cursors
papirus-folders
# fun stuff
cbonsai

View file

@ -27,6 +27,7 @@
{ device = "/dev/disk/by-uuid/44351feb-6297-47c9-890f-27c9e22a05cb";
fsType = "ext4";
};
fileSystems."/hdd" =
{
device = "/dev/disk/by-uuid/e2e4c4f3-51df-4020-b557-a7cf684de85b";