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
|
./hosts/${hostName}/hardware-configuration.nix
|
||||||
home-manager.nixosModules.home-manager
|
home-manager.nixosModules.home-manager
|
||||||
stylix.nixosModules.stylix
|
stylix.nixosModules.stylix
|
||||||
({ config, lib, pkgs, ... }:
|
({ 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 {
|
|
||||||
boot.loader = {
|
boot.loader = {
|
||||||
systemd-boot.enable = true;
|
systemd-boot.enable = true;
|
||||||
efi.canTouchEfiVariables = true;
|
efi.canTouchEfiVariables = true;
|
||||||
|
|
Loading…
Reference in a new issue