This commit is contained in:
mjallen18
2025-12-01 16:48:16 -06:00
parent 3a84cfd7b8
commit 31e0a03dc2
3 changed files with 12 additions and 14 deletions

View File

@@ -1,11 +1,17 @@
{ pkgs, lib, ... }:
{ pkgs, ... }:
{
stylix = {
enable = true;
enableReleaseChecks = false;
base16Scheme = "${pkgs.base16-schemes}/share/themes/nord.yaml";
fonts = lib.mkForce {
cursor = {
name = "macOS";
size = 24;
package = pkgs.apple-cursor;
};
fonts ={
serif = {
package = pkgs.dejavu_fonts;
name = "DejaVu Serif";