snapshot pre-cleanup-2026-06-04T16-00-46Z

This commit is contained in:
2026-06-04 18:00:46 +02:00
parent 9e0f4e9aca
commit 501965a0dc
11 changed files with 791 additions and 3 deletions
+14
View File
@@ -9,6 +9,20 @@ _: {
theme = inputs.nixos-grub-themes.packages.${pkgs.system}.nixos; # if you want to use nixos grub theme
};
# Bootloader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
};
flake.nixosModules.bootloader-desktop = {
inputs,
pkgs,
...
}: {
# grub theme
boot.loader.grub = {
theme = inputs.nixos-grub-themes.packages.${pkgs.system}.nixos; # if you want to use nixos grub theme
};
# Bootloader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;