This commit is contained in:
mjallen18
2025-06-20 09:10:30 -05:00
parent 0211f0a415
commit e8f838a864
4 changed files with 31 additions and 13 deletions

View File

@@ -1,6 +1,18 @@
{ lib, ... }:
{ lib, pkgs, ... }:
{
services = {
kmscon = {
enable = true;
hwRender = true;
fonts = [
{
name = "JetBrainsMono NFM";
package = pkgs.nerd-fonts.jetbrains-mono;
}
];
};
openssh = {
enable = lib.mkDefault true;
settings = {