diff --git a/configuration/desktop/fonts.nix b/configuration/desktop/fonts.nix index 762bf10..c20d5d3 100644 --- a/configuration/desktop/fonts.nix +++ b/configuration/desktop/fonts.nix @@ -2,8 +2,8 @@ { - fonts.enableDefaultFonts = true; - fonts.fonts = with pkgs; [ + fonts.enableDefaultPackages = true; + fonts.packages = with pkgs; [ roboto roboto-mono noto-fonts diff --git a/flake.lock b/flake.lock index 834eb5a..34ebf45 100644 --- a/flake.lock +++ b/flake.lock @@ -193,11 +193,11 @@ }, "nixpkgs-krypton": { "locked": { - "lastModified": 1690179384, - "narHash": "sha256-+arbgqFTAtoeKtepW9wCnA0njCOyoiDFyl0Q0SBSOtE=", + "lastModified": 1693565476, + "narHash": "sha256-ya00zHt7YbPo3ve/wNZ/6nts61xt7wK/APa6aZAfey0=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "b12803b6d90e2e583429bb79b859ca53c348b39a", + "rev": "aa8aa7e2ea35ce655297e8322dc82bf77a31d04b", "type": "github" }, "original": {