mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
desktop setup and piefed mayb
This commit is contained in:
parent
cd5e51a080
commit
1a6c8fe751
1 changed files with 3 additions and 10 deletions
|
|
@ -21,17 +21,10 @@
|
|||
# Use linux_zen kernel for performance improvements
|
||||
boot.kernelPackages = pkgs.linuxKernel.packages.linux_zen;
|
||||
|
||||
# --- Bootloader: GRUB Dual-Boot ---
|
||||
# Overriding the systemd-boot from base.nix
|
||||
boot.loader.systemd-boot.enable = lib.mkForce false;
|
||||
boot.loader.grub = {
|
||||
enable = true;
|
||||
device = "nodev";
|
||||
efiSupport = true;
|
||||
useOSProber = true; # Automatically detects Windows on the Small SSD
|
||||
default = 0;
|
||||
};
|
||||
# --- Bootloader: systemd-boot ---
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
boot.loader.systemd-boot.configurationLimit = 10;
|
||||
|
||||
# --- System Optimizations ---
|
||||
hardware.enableRedistributableFirmware = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue