stylix: set sans serif font

This commit is contained in:
2025-04-06 13:03:24 +01:00
parent 4c6fcd5112
commit 8ee5788798
2 changed files with 7 additions and 5 deletions

View File

@ -1,7 +1,6 @@
{
config,
lib,
pkgs,
...
}:
@ -24,9 +23,5 @@ in
enable = true;
# withUWSM = true;
};
fonts.packages = [
pkgs.segoe-ui-ttf
];
};
}