mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-10 23:00:39 +02:00
chore: remove use of soon-to-be deprecated hidpi option
This commit is contained in:
parent
f9bf4f8e32
commit
81fb519e88
2 changed files with 6 additions and 11 deletions
|
@ -32,14 +32,7 @@ in {
|
|||
time.timeZone = lib.mkDefault "Europe/Berlin";
|
||||
i18n.defaultLocale = "C.UTF-8";
|
||||
|
||||
console =
|
||||
{
|
||||
keyMap = "de-latin1-nodeadkeys";
|
||||
}
|
||||
// lib.optionalAttrs config.hardware.video.hidpi.enable {
|
||||
font = "ter-v28n";
|
||||
packages = with pkgs; [terminus_font];
|
||||
};
|
||||
console.keyMap = "de-latin1-nodeadkeys";
|
||||
|
||||
hardware = {
|
||||
enableRedistributableFirmware = true;
|
||||
|
|
|
@ -29,8 +29,10 @@
|
|||
|
||||
boot.initrd.availableKernelModules = ["xhci_pci" "ahci" "nvme" "usbhid" "usb_storage" "sd_mod"];
|
||||
|
||||
hardware = {
|
||||
video.hidpi.enable = true;
|
||||
opengl.enable = true;
|
||||
hardware.opengl.enable = true;
|
||||
|
||||
console = {
|
||||
font = "ter-v28n";
|
||||
packages = with pkgs; [terminus_font];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue