Remove iosevka-custom
This commit is contained in:
parent
3dcd3ef452
commit
f9fd7a716e
28
flake.nix
28
flake.nix
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue