kmscon theme

This commit is contained in:
mjallen18
2025-12-01 17:29:31 -06:00
parent f172707b15
commit 6c8d306d38
2 changed files with 1 additions and 15 deletions

View File

@@ -1,16 +1,10 @@
{ lib, config, ... }:
{ lib, ... }:
{
services = {
kmscon = {
enable = lib.mkDefault false;
hwRender = true;
fonts = [
{
name = lib.mkDefault config.stylix.fonts.monospace;
package = lib.mkDefault config.stylix.fonts.monospace.package;
}
];
};
openssh = {