mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
nixos/kmscon: enforce that at least one monospace font exists
This commit is contained in:
@@ -160,6 +160,10 @@ in
|
||||
);
|
||||
|
||||
environment.systemPackages = [ cfg.package ];
|
||||
|
||||
# Install at least one monospace font, as otherwise the fallback is DejaVu Sans, a non-monospace font
|
||||
fonts.packages = [ pkgs.hack-font ];
|
||||
|
||||
systemd.packages = [ cfg.package ];
|
||||
|
||||
systemd.services."kmsconvt@" = {
|
||||
|
||||
Reference in New Issue
Block a user