kmscon theme
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user