feat: remove terminess as font for now

This commit is contained in:
Mohammad Rafiq 2025-03-13 23:55:35 +08:00
parent 3f82161bae
commit bfce8aa585
2 changed files with 1 additions and 6 deletions

View file

@ -1,8 +1,4 @@
{
pkgs,
config,
...
}: {
{pkgs, ...}: {
fonts.packages = with pkgs; [
nerd-fonts.terminess-ttf
];

View file

@ -2,7 +2,6 @@
imports = [
inputs.stylix.nixosModules.stylix
./themes/catppuccin.nix
./fonts/terminess.nix
];
stylix.enable = true;
}