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 = {

View File

@@ -3,8 +3,6 @@
# https://search.nixos.org/options and in the NixOS manual (`nixos-help`).
{
lib,
config,
namespace,
...
}:
@@ -76,12 +74,6 @@
services.kmscon = {
enable = true;
hwRender = true;
fonts = [
{
name = lib.mkDefault config.stylix.fonts.monospace.name;
package = lib.mkDefault config.stylix.fonts.monospace.package;
}
];
};
programs = {