sigtest
This commit is contained in:
parent
675937416e
commit
7661d051ae
|
@ -2,11 +2,11 @@
|
||||||
inputs = {
|
inputs = {
|
||||||
# System.
|
# System.
|
||||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||||
|
stylix.url = "github:danth/stylix";
|
||||||
home-manager = {
|
home-manager = {
|
||||||
url = "github:nix-community/home-manager";
|
url = "github:nix-community/home-manager";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
stylix.url = "github:danth/stylix";
|
|
||||||
|
|
||||||
# Android.
|
# Android.
|
||||||
nix-on-droid = {
|
nix-on-droid = {
|
||||||
|
|
Loading…
Reference in a new issue