mirror of
https://github.com/danth/stylix
synced 2025-02-16 13:28:35 +00:00
Use renamed NixOS option for fonts (#134)
This commit is contained in:
parent
5c82955428
commit
2719a57e2b
2 changed files with 4 additions and 4 deletions
6
flake.lock
generated
6
flake.lock
generated
|
@ -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": {
|
||||
|
|
|
@ -5,7 +5,7 @@ let
|
|||
in {
|
||||
imports = [ ../fonts.nix ];
|
||||
config.fonts = {
|
||||
fonts = [
|
||||
packages = [
|
||||
cfg.monospace.package
|
||||
cfg.serif.package
|
||||
cfg.sansSerif.package
|
||||
|
|
Loading…
Add table
Reference in a new issue