Remove iosevka-custom

This commit is contained in:
Evie Litherland-Smith 2024-01-19 09:47:14 +00:00
parent 3dcd3ef452
commit f9fd7a716e

View file

@ -47,33 +47,7 @@
./hosts/${hostName}/hardware-configuration.nix
home-manager.nixosModules.home-manager
stylix.nixosModules.stylix
({ config, lib, pkgs, ... }:
let
iosevka-custom = pkgs.iosevka.override {
set = "custom";
privateBuildPlan = {
family = "Iosevka Custom";
spacing = "normal";
serifs = "sans";
noCvSs = false;
exportGlyphNames = false;
variants = { inherits = "ss05"; };
ligations = { inherits = "dlig"; };
widths = {
Condensed = {
shape = 500;
menu = 3;
css = "condensed";
};
Normal = {
shape = 600;
menu = 5;
css = "normal";
};
};
};
};
in {
({ config, lib, pkgs, ... }: {
boot.loader = {
systemd-boot.enable = true;
efi.canTouchEfiVariables = true;