Use unstable iosevka

This commit is contained in:
Daniel Flanagan 2023-10-03 13:24:30 -05:00
parent a3304265d2
commit ab4461c26e
Signed by: lytedev
GPG key ID: 5B2020A0F9921EF4

View file

@ -1,4 +1,4 @@
{pkgs, ...}: {
{pkgs, inputs, system, ...}: {
# TODO: add a DE and include either plasma or gnome as a fallback?
imports = [
@ -9,6 +9,7 @@
# fonts.packages if unstable?
fonts.fonts = with pkgs; [
(nerdfonts.override {fonts = ["NerdFontsSymbolsOnly"];})
] ++ (with inputs.nixpkgs-unstable.legacyPackages.${system}; [
(iosevka.override {
set = "lyteterm";
privateBuildPlan = ''
@ -130,7 +131,7 @@
punctuation-dot = 'round'
'';
})
];
]);
hardware = {
opengl = {