feat(stylix): Switch to experimental feature branch

This commit is contained in:
Jalil David Salamé Messina 2024-01-19 17:09:01 +01:00
parent ae8bd8ad60
commit d00ea607e1
Signed by: jalil
GPG key ID: F016B9E770737A0B
2 changed files with 11 additions and 9 deletions

View file

@ -952,16 +952,18 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1705504375, "lastModified": 1705527118,
"narHash": "sha256-oRVxuJ6sCljsgfoWb+SsIK2MvUjsxrXQHRoVTUDVC40=", "narHash": "sha256-b9diiSFXVsn3sDG8W6vw6d7QixdVvcPb6iOaGAPSz2Q=",
"rev": "2d59480b4531ce8d062d20a42560a266cb42b9d0", "owner": "jalil-salame",
"revCount": 284, "repo": "stylix",
"type": "tarball", "rev": "9c6809baa7232a3ce9c7d8ffcc1f9ac7ae9dd9d1",
"url": "https://api.flakehub.com/f/pinned/danth/stylix/0.1.284%2Brev-2d59480b4531ce8d062d20a42560a266cb42b9d0/018d17fc-7f4a-7884-85a4-4ae334668130/source.tar.gz" "type": "github"
}, },
"original": { "original": {
"type": "tarball", "owner": "jalil-salame",
"url": "https://flakehub.com/f/danth/stylix/0.1.282.tar.gz" "ref": "fallback-fonts-v2",
"repo": "stylix",
"type": "github"
} }
}, },
"systems": { "systems": {

View file

@ -4,7 +4,7 @@
description = "My NixOS configuration"; description = "My NixOS configuration";
# Flake inputs # Flake inputs
inputs.stylix.url = "https://flakehub.com/f/danth/stylix/0.1.282.tar.gz"; inputs.stylix.url = "github:jalil-salame/stylix/fallback-fonts-v2";
inputs.stylix.inputs.nixpkgs.follows = "nixpkgs"; inputs.stylix.inputs.nixpkgs.follows = "nixpkgs";
inputs.stylix.inputs.home-manager.follows = "home-manager"; inputs.stylix.inputs.home-manager.follows = "home-manager";