brings back umbriel, adds isbritish for british keyboarded machines, and removes firefox in favour of librewolf. librewolf being the browser that was in use that i somehow managed to remove, and keep only firefox in. i can be stupid at times
This commit is contained in:
parent
c81537697d
commit
723b4c519e
6 changed files with 21 additions and 14 deletions
|
|
@ -39,7 +39,12 @@
|
|||
};
|
||||
|
||||
boot.supportedFilesystems = ["exfat" "ntfs" "xfs"];
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.limine.enable = true;
|
||||
boot.loader.limine.style.wallpapers = [];
|
||||
boot.loader.limine.additionalFiles = {
|
||||
"efi/memtest86.efi" = "${pkgs.memtest86-efi}/BOOTX64.efi";
|
||||
"efi/shell.efi" = "${pkgs.edk2-uefi-shell}/shell.efi";
|
||||
};
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
boot.initrd.systemd.enable = true;
|
||||
boot.loader.efi.efiSysMountPoint = "/boot/";
|
||||
|
|
@ -193,6 +198,7 @@
|
|||
wget
|
||||
neovim
|
||||
cbfstool
|
||||
xwayland-satellite
|
||||
git
|
||||
keepassxc
|
||||
pulseaudio
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue