summary refs log tree commit diff
path: root/nixos/modules/services/x11/desktop-managers/plasma5.nix
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2023-07-19 13:43:36 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2023-07-24 17:34:39 +0200
commitb0c67b4b6e0d21fd47097886f5c21cfb6bf27aad (patch)
treefefc5e590bc63c3dfa791d088d41fa45cfee676a /nixos/modules/services/x11/desktop-managers/plasma5.nix
parent5162df32399c7e9d77cc38702202983dbe9ad113 (diff)
downloadnixpkgs-b0c67b4b6e0d21fd47097886f5c21cfb6bf27aad.tar
nixpkgs-b0c67b4b6e0d21fd47097886f5c21cfb6bf27aad.tar.gz
nixpkgs-b0c67b4b6e0d21fd47097886f5c21cfb6bf27aad.tar.bz2
nixpkgs-b0c67b4b6e0d21fd47097886f5c21cfb6bf27aad.tar.lz
nixpkgs-b0c67b4b6e0d21fd47097886f5c21cfb6bf27aad.tar.xz
nixpkgs-b0c67b4b6e0d21fd47097886f5c21cfb6bf27aad.tar.zst
nixpkgs-b0c67b4b6e0d21fd47097886f5c21cfb6bf27aad.zip
treewide: rename fonts.fonts to fonts.packages
Diffstat (limited to 'nixos/modules/services/x11/desktop-managers/plasma5.nix')
-rw-r--r--nixos/modules/services/x11/desktop-managers/plasma5.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/x11/desktop-managers/plasma5.nix b/nixos/modules/services/x11/desktop-managers/plasma5.nix
index 38f932ffb42..15a510fd8f9 100644
--- a/nixos/modules/services/x11/desktop-managers/plasma5.nix
+++ b/nixos/modules/services/x11/desktop-managers/plasma5.nix
@@ -332,7 +332,7 @@ in
       # Enable GTK applications to load SVG icons
       services.xserver.gdk-pixbuf.modulePackages = [ pkgs.librsvg ];
 
-      fonts.fonts = with pkgs; [ cfg.notoPackage hack-font ];
+      fonts.packages = with pkgs; [ cfg.notoPackage hack-font ];
       fonts.fontconfig.defaultFonts = {
         monospace = [ "Hack" "Noto Sans Mono" ];
         sansSerif = [ "Noto Sans" ];