update kernel
This commit is contained in:
parent
b572b72d55
commit
7217c47d0e
2 changed files with 7 additions and 8 deletions
|
@ -12,6 +12,7 @@
|
||||||
boot.loader.systemd-boot.configurationLimit = 5;
|
boot.loader.systemd-boot.configurationLimit = 5;
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
boot.loader.efi.efiSysMountPoint = "/boot/efi";
|
boot.loader.efi.efiSysMountPoint = "/boot/efi";
|
||||||
|
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||||
boot.extraModulePackages = with config.boot.kernelPackages;
|
boot.extraModulePackages = with config.boot.kernelPackages;
|
||||||
[ v4l2loopback.out ];
|
[ v4l2loopback.out ];
|
||||||
boot.kernelModules = [ "v4l2loopback" "kvm-intel" ];
|
boot.kernelModules = [ "v4l2loopback" "kvm-intel" ];
|
||||||
|
@ -87,7 +88,7 @@
|
||||||
users.users.notoh = {
|
users.users.notoh = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "notoh";
|
description = "notoh";
|
||||||
extraGroups = [ "networkmanager" "wheel" "disk" "video" ];
|
extraGroups = [ "networkmanager" "wheel" "disk" "video" "input" ];
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
# essential
|
# essential
|
||||||
firefox
|
firefox
|
||||||
|
@ -128,12 +129,9 @@
|
||||||
wine
|
wine
|
||||||
lutris
|
lutris
|
||||||
bottles
|
bottles
|
||||||
gamescope
|
|
||||||
|
|
||||||
# theming
|
# theming
|
||||||
catppuccin-gtk
|
catppuccin-gtk
|
||||||
catppuccin-cursors
|
|
||||||
papirus-folders
|
|
||||||
|
|
||||||
# fun stuff
|
# fun stuff
|
||||||
cbonsai
|
cbonsai
|
||||||
|
|
|
@ -27,6 +27,7 @@
|
||||||
{ device = "/dev/disk/by-uuid/44351feb-6297-47c9-890f-27c9e22a05cb";
|
{ device = "/dev/disk/by-uuid/44351feb-6297-47c9-890f-27c9e22a05cb";
|
||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/hdd" =
|
fileSystems."/hdd" =
|
||||||
{
|
{
|
||||||
device = "/dev/disk/by-uuid/e2e4c4f3-51df-4020-b557-a7cf684de85b";
|
device = "/dev/disk/by-uuid/e2e4c4f3-51df-4020-b557-a7cf684de85b";
|
||||||
|
|
Loading…
Reference in a new issue