diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2023-02-19 22:30:28 +0100 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2023-02-19 22:57:16 +0100 |
| commit | b3b7572e3655eaa6f29c4ce14aa08c08b82e1cd0 (patch) | |
| tree | 075b37b83cc1d2908d9557e0ab2c3e0183b213f4 /flake.nix | |
| parent | 6522b37254797e3ffb2e15fcaac238b27110c88a (diff) | |
pkgs: lineAwesomeCSS: add argument to set font-display
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ overlays = { default = self.overlays.personal; personal = self: super: { - personal = import ./pkgs (self.extend nur.overlay); + personal = super.personal // import ./pkgs (self.extend nur.overlay); }; }; }; |
