Fixed bootloader and added/fixed rofi-pass

This commit is contained in:
marc
2023-01-20 21:00:19 +01:00
parent e436a4be3b
commit 3aa810d7b3
5 changed files with 164 additions and 16 deletions

View File

@@ -30,19 +30,7 @@ in
# - Bootloader ---------------------------------
boot.loader = {
efi = {
canTouchEfiVariables = true;
efiSysMountPoint = "/boot/efi";
};
grub = {
enable = true;
efiSupport = true;
#efiInstallAsRemovable = true; # in case canTouchEfiVariables doesn't work for your system
device = "nodev";
};
grub2-theme.enable = true;
};
boot.loader.systemd-boot.enable = true;
# - Themeing ---------------------------------

View File

@@ -18,7 +18,7 @@
fsType = "ext4";
};
"/boot/efi" = {
"/boot" = {
device = "/dev/disk/by-label/BOOT";
fsType = "vfat";
};