properly configure kmscon

This commit is contained in:
Schrottkatze 2024-02-18 01:25:18 +01:00
parent 568e681f1e
commit 6394e8d8a0
Signed by: schrottkatze
SSH key fingerprint: SHA256:hXb3t1vINBFCiDCmhRABHX5ocdbLiKyCdKI4HK2Rbbc
2 changed files with 71 additions and 14 deletions

View file

@ -1,4 +1,4 @@
{pkgs, ...}: {
{...}: {
imports = [
./shell
./desktop
@ -6,18 +6,6 @@
./flatpak.nix
./firewall.nix
./git.nix
./kmscon.nix
];
services.kmscon = {
enable = true;
fonts = [
{
name = "FiraCode Nerd Font";
package = pkgs.nerdfonts.override {fonts = ["FiraCode"];};
}
];
extraConfig = "font-size=14";
extraOptions = "--term xterm-256color";
hwRender = true;
};
}