This commit is contained in:
Dmitry Voronin 2024-04-09 17:40:24 +03:00
parent 675937416e
commit 7661d051ae
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -2,11 +2,11 @@
inputs = {
# System.
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
stylix.url = "github:danth/stylix";
home-manager = {
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};
stylix.url = "github:danth/stylix";
# Android.
nix-on-droid = {