Merge pull request #330424 from panchoh/master
nixos/kmscon: fix cfgfile missing trailing newline
This commit is contained in:
@@ -105,7 +105,7 @@ in {
|
||||
));
|
||||
render = optionals cfg.hwRender [ "drm" "hwaccel" ];
|
||||
fonts = optional (cfg.fonts != null) "font-name=${lib.concatMapStringsSep ", " (f: f.name) cfg.fonts}";
|
||||
in lib.concatStringsSep "\n" (xkb ++ render ++ fonts);
|
||||
in lib.concatLines (xkb ++ render ++ fonts);
|
||||
|
||||
hardware.graphics.enable = mkIf cfg.hwRender true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user