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 = { services = {
kmscon = { kmscon = {
enable = lib.mkDefault false; enable = lib.mkDefault false;
hwRender = true; hwRender = true;
fonts = [
{
name = lib.mkDefault config.stylix.fonts.monospace;
package = lib.mkDefault config.stylix.fonts.monospace.package;
}
];
}; };
openssh = { openssh = {

View File

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