Merge branch 'master' of git.2li.ch:Nebucatnetzer/nixos

This commit is contained in:
Andreas Zweili 2023-01-18 17:25:29 +01:00
commit f6a5a79017
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@
(import "${custom.inputs.self}/modules/common" { inherit custom; })
];
# Enable boot splash screen
boot.plymouth.enable = true;
# Use the systemd-boot EFI boot loader.
boot.loader = {
systemd-boot.enable = true;