diff --git a/modules/software.nix b/modules/software.nix index a1368ed..daa66ba 100644 --- a/modules/software.nix +++ b/modules/software.nix @@ -95,14 +95,12 @@ ]; # Fonts declaration - fonts = { - fonts = with pkgs; [ - google-fonts - emacs-all-the-icons-fonts - terminus-nerdfont - terminus_font_ttf - iosevka-bin - ]; - }; + fonts.fonts = with pkgs; [ + google-fonts + emacs-all-the-icons-fonts + inconsolata-nerdfont + terminus_font_ttf + iosevka-bin + ]; }