mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-19 10:47:01 -04:00
135 current 2024-05-22 21:07:26 24.05.20240419.5c24cf2 6.8.6-zen1 *
This commit is contained in:
parent
be0f127d70
commit
4b5af91675
2 changed files with 5 additions and 1 deletions
|
@ -14,9 +14,13 @@
|
||||||
|
|
||||||
# Use the systemd-boot EFI boot loader.
|
# Use the systemd-boot EFI boot loader.
|
||||||
boot.loader.grub.device = "nodev";
|
boot.loader.grub.device = "nodev";
|
||||||
|
boot.kernelPackages = pkgs.linuxPackages_zen;
|
||||||
boot.loader.grub.efiSupport = true;
|
boot.loader.grub.efiSupport = true;
|
||||||
boot.loader.grub.useOSProber = true;
|
boot.loader.grub.useOSProber = true;
|
||||||
boot.loader.grub.efiInstallAsRemovable = true;
|
boot.loader.grub.efiInstallAsRemovable = true;
|
||||||
|
boot.extraModulePackages = with pkgs.linuxKernel.packages.linux_zen; [
|
||||||
|
xpadneo
|
||||||
|
];
|
||||||
boot.kernelModules = [ "i2c_dev" ];
|
boot.kernelModules = [ "i2c_dev" ];
|
||||||
hardware.bluetooth.enable = true;
|
hardware.bluetooth.enable = true;
|
||||||
services.tailscale.enable = true;
|
services.tailscale.enable = true;
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit e4e57e989518da6f1983fc7220cae205f0f10feb
|
Subproject commit 66faf984c1895876b0f05d33ca195eef93a72fa6
|
Loading…
Add table
Add a link
Reference in a new issue