1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-02-07 09:52:50 +00:00
This commit is contained in:
Rae 5e 2024-12-30 22:03:29 -05:00
parent 65c5922bb4
commit df38c435ec
Signed by: rae
GPG key ID: 5B1A0FAB9BAB81EE
3 changed files with 6 additions and 5 deletions

View file

@ -7,14 +7,14 @@
];
boot.loader = {
systemd-boot.enable = false;
efi = {
canTouchEfiVariables = true;
efiSysMountPoint = "/boot/efi";
canTouchEfiVariables = false;
efiSysMountPoint = "/efi";
};
grub = {
enable = true;
efiSupport = true;
efiInstallAsRemovable = true;
devices = [ "nodev" ];
};
};

View file

@ -23,8 +23,8 @@
fsType = "ext4";
};
fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/ECB4-26A1";
fileSystems."/efi" =
{ device = "/dev/disk/by-uuid/9065-FC15";
fsType = "vfat";
options = [ "fmask=0022" "dmask=0022" ];
};

View file

@ -46,6 +46,7 @@
maim
monitor
pavucontrol
scrot
xclip
zellij
# text editors