fix(modules): fix various issues
This commit is contained in:
parent
f02c9f0e1b
commit
7f22410427
5 changed files with 12 additions and 11 deletions
|
@ -1,4 +1,4 @@
|
|||
{ config, lib, ... }:
|
||||
{ config, options, lib, ... }:
|
||||
with lib;
|
||||
with lib.hlissner;
|
||||
let
|
||||
|
@ -28,9 +28,9 @@ in
|
|||
enable = true;
|
||||
hwRender = true;
|
||||
extraConfig = ''
|
||||
font-size=${cfg.kmscon.font.size}
|
||||
font-size=${toString cfg.kmscon.font.size}
|
||||
font-name=${cfg.kmscon.font.font}
|
||||
${opt.kmscon.extraConfig}
|
||||
${cfg.kmscon.extraConfig}
|
||||
'';
|
||||
extraOptions = mkAliasDefinitions opt.kmscon.extraOptions;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue