Use unstable iosevka
This commit is contained in:
parent
a3304265d2
commit
ab4461c26e
1 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
{pkgs, ...}: {
|
{pkgs, inputs, system, ...}: {
|
||||||
# TODO: add a DE and include either plasma or gnome as a fallback?
|
# TODO: add a DE and include either plasma or gnome as a fallback?
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
|
@ -9,6 +9,7 @@
|
||||||
# fonts.packages if unstable?
|
# fonts.packages if unstable?
|
||||||
fonts.fonts = with pkgs; [
|
fonts.fonts = with pkgs; [
|
||||||
(nerdfonts.override {fonts = ["NerdFontsSymbolsOnly"];})
|
(nerdfonts.override {fonts = ["NerdFontsSymbolsOnly"];})
|
||||||
|
] ++ (with inputs.nixpkgs-unstable.legacyPackages.${system}; [
|
||||||
(iosevka.override {
|
(iosevka.override {
|
||||||
set = "lyteterm";
|
set = "lyteterm";
|
||||||
privateBuildPlan = ''
|
privateBuildPlan = ''
|
||||||
|
@ -130,7 +131,7 @@
|
||||||
punctuation-dot = 'round'
|
punctuation-dot = 'round'
|
||||||
'';
|
'';
|
||||||
})
|
})
|
||||||
];
|
]);
|
||||||
|
|
||||||
hardware = {
|
hardware = {
|
||||||
opengl = {
|
opengl = {
|
||||||
|
|
Loading…
Reference in a new issue