Use renamed NixOS option for fonts (#134)

This commit is contained in:
Basil Keeler 2023-07-28 06:17:06 -05:00 committed by GitHub
parent 5c82955428
commit 2719a57e2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
flake.lock generated
View file

@ -72,11 +72,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1689261696,
"narHash": "sha256-LzfUtFs9MQRvIoQ3MfgSuipBVMXslMPH/vZ+nM40LkA=",
"lastModified": 1690441914,
"narHash": "sha256-Ac+kJQ5z9MDAMyzSc0i0zJDx2i3qi9NjlW5Lz285G/I=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "df1eee2aa65052a18121ed4971081576b25d6b5c",
"rev": "db8672b8d0a2593c2405aed0c1dfa64b2a2f428f",
"type": "github"
},
"original": {

View file

@ -5,7 +5,7 @@ let
in {
imports = [ ../fonts.nix ];
config.fonts = {
fonts = [
packages = [
cfg.monospace.package
cfg.serif.package
cfg.sansSerif.package