feat: remove terminess as font for now
This commit is contained in:
parent
3f82161bae
commit
bfce8aa585
2 changed files with 1 additions and 6 deletions
|
@ -1,8 +1,4 @@
|
|||
{
|
||||
pkgs,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
{pkgs, ...}: {
|
||||
fonts.packages = with pkgs; [
|
||||
nerd-fonts.terminess-ttf
|
||||
];
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
imports = [
|
||||
inputs.stylix.nixosModules.stylix
|
||||
./themes/catppuccin.nix
|
||||
./fonts/terminess.nix
|
||||
];
|
||||
stylix.enable = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue