mirror of
https://github.com/JaxTheWolf/nixos.git
synced 2026-04-01 02:00:22 +02:00
Add kmscon
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
efi.canTouchEfiVariables = true;
|
||||
systemd-boot = {
|
||||
enable = true;
|
||||
memtest86.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
@@ -52,7 +53,10 @@
|
||||
};
|
||||
};
|
||||
|
||||
console.keyMap = "cz-lat2";
|
||||
console = {
|
||||
keyMap = "cz-lat2";
|
||||
font = "LatArCyrHeb-16";
|
||||
};
|
||||
|
||||
xdg.portal.enable = true;
|
||||
|
||||
@@ -117,9 +121,9 @@
|
||||
LIBVIRT_DEFAULT_URI = "qemu:///system";
|
||||
};
|
||||
|
||||
systemPackages = [
|
||||
pkgs.libheif
|
||||
pkgs.libheif.out
|
||||
systemPackages = with pkgs; [
|
||||
libheif
|
||||
libheif.out
|
||||
];
|
||||
|
||||
pathsToLink = ["share/thumbnailers"];
|
||||
|
||||
@@ -79,6 +79,18 @@
|
||||
interval = "weekly";
|
||||
};
|
||||
|
||||
kmscon = {
|
||||
enable = true;
|
||||
fonts = [
|
||||
{
|
||||
name = "FiraCode Nerd Font Mono";
|
||||
package = pkgs.nerd-fonts.fira-code;
|
||||
}
|
||||
];
|
||||
useXkbConfig = true;
|
||||
hwRender = true;
|
||||
};
|
||||
|
||||
fwupd.enable = true;
|
||||
|
||||
udev.packages = with pkgs; [
|
||||
|
||||
Reference in New Issue
Block a user