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, ...}: {
|
||||||
pkgs,
|
|
||||||
config,
|
|
||||||
...
|
|
||||||
}: {
|
|
||||||
fonts.packages = with pkgs; [
|
fonts.packages = with pkgs; [
|
||||||
nerd-fonts.terminess-ttf
|
nerd-fonts.terminess-ttf
|
||||||
];
|
];
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
imports = [
|
imports = [
|
||||||
inputs.stylix.nixosModules.stylix
|
inputs.stylix.nixosModules.stylix
|
||||||
./themes/catppuccin.nix
|
./themes/catppuccin.nix
|
||||||
./fonts/terminess.nix
|
|
||||||
];
|
];
|
||||||
stylix.enable = true;
|
stylix.enable = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue