mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-04-03 18:14:15 +00:00
~
This commit is contained in:
parent
65c5922bb4
commit
df38c435ec
3 changed files with 6 additions and 5 deletions
|
@ -7,14 +7,14 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
boot.loader = {
|
boot.loader = {
|
||||||
systemd-boot.enable = false;
|
|
||||||
efi = {
|
efi = {
|
||||||
canTouchEfiVariables = true;
|
canTouchEfiVariables = false;
|
||||||
efiSysMountPoint = "/boot/efi";
|
efiSysMountPoint = "/efi";
|
||||||
};
|
};
|
||||||
grub = {
|
grub = {
|
||||||
enable = true;
|
enable = true;
|
||||||
efiSupport = true;
|
efiSupport = true;
|
||||||
|
efiInstallAsRemovable = true;
|
||||||
devices = [ "nodev" ];
|
devices = [ "nodev" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -23,8 +23,8 @@
|
||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/boot" =
|
fileSystems."/efi" =
|
||||||
{ device = "/dev/disk/by-uuid/ECB4-26A1";
|
{ device = "/dev/disk/by-uuid/9065-FC15";
|
||||||
fsType = "vfat";
|
fsType = "vfat";
|
||||||
options = [ "fmask=0022" "dmask=0022" ];
|
options = [ "fmask=0022" "dmask=0022" ];
|
||||||
};
|
};
|
||||||
|
|
|
@ -46,6 +46,7 @@
|
||||||
maim
|
maim
|
||||||
monitor
|
monitor
|
||||||
pavucontrol
|
pavucontrol
|
||||||
|
scrot
|
||||||
xclip
|
xclip
|
||||||
zellij
|
zellij
|
||||||
# text editors
|
# text editors
|
||||||
|
|
Loading…
Add table
Reference in a new issue