diff --git a/nixos/common/modules/fonts.nix b/nixos/common/modules/fonts.nix index 5e38722f..8fc51057 100644 --- a/nixos/common/modules/fonts.nix +++ b/nixos/common/modules/fonts.nix @@ -1,4 +1,4 @@ -{ unstable-pkgs, config, ... }: { +{ pkgs-unstable, config, ... }: { # Fonts fonts = { fontconfig = { @@ -11,7 +11,7 @@ includeUserConf = false; }; - packages = with unstable-pkgs; [ + packages = with pkgs-unstable; [ # (nerdfonts.override { fonts = [ "Arimo" "JetBrainsMono" ]; }) # nerdfonts nerd-fonts.jetbrains-mono