add boot splash screen
This commit is contained in:
parent
a8a31d7a91
commit
d88b7bcefb
7 changed files with 90 additions and 7 deletions
|
@ -2,14 +2,9 @@
|
|||
# your system. Help is available in the configuration.nix(5) man page
|
||||
# and in the NixOS manual (accessible by running ‘nixos-help’).
|
||||
{ config, pkgs, inputs, ... }: {
|
||||
imports = [ ./gamemode.nix ./cachix.nix ./media-packages.nix ];
|
||||
imports = [ ./gamemode.nix ./cachix.nix ./media-packages.nix ./boot.nix ];
|
||||
packages.media-packages.enable = true;
|
||||
|
||||
# Bootloader.
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
boot.loader.efi.efiSysMountPoint = "/boot/efi";
|
||||
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
||||
boot.kernel.sysctl = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue