Skip to content

Commit

Permalink
flake: fix checks
Browse files Browse the repository at this point in the history
  • Loading branch information
moni-dz committed Nov 29, 2024
1 parent da01f7a commit db85b84
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions modules/shared/nixos/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
lib,
pkgs,
options,
self',
inputs,
inputs',
system,
...
}:
Expand Down Expand Up @@ -156,17 +156,10 @@
twemoji-color-font
;

inherit (inputs'.nixpkgs-f2k.packages)
inherit (self'.packages)
iosevka-ft-bin
iosevka-ft-qp-bin
;

nerdfonts = pkgs.nerdfonts.override {
fonts = [
"FantasqueSansMono"
"Iosevka"
];
};
};

fontconfig = {
Expand Down

0 comments on commit db85b84

Please sign in to comment.